Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object functions #116

Open
1 of 3 tasks
tomek-he-him opened this issue Jun 11, 2015 · 6 comments
Open
1 of 3 tasks

Object functions #116

tomek-he-him opened this issue Jun 11, 2015 · 6 comments
Milestone

Comments

@tomek-he-him
Copy link
Member

@tomek-he-him tomek-he-him mentioned this issue Jun 11, 2015
2 tasks
@stoeffel
Copy link
Contributor

how about make toSting like this

export default val => '' + val;

sice we already have the native String?

@stoeffel
Copy link
Contributor

a pattern we use a lot in underscore.string

@tomek-he-him
Copy link
Member Author

the whole idea is map = (..., thing) => thing.map(...) and toString = (thing) => thing.tiString()

@stoeffel
Copy link
Contributor

oki. get it 😃. don't think that we have to mirror this.

This was referenced Jun 16, 2015
@tomek-he-him
Copy link
Member Author

I’ve striked through toLocaleString and toString

@tomek-he-him tomek-he-him modified the milestone: 1.0.0 Jun 17, 2015
@srinivasdamam
Copy link
Contributor

#164 PR for isPrototypeOf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants