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

Use DictionaryIterator for Dictionary functions #3730

Merged
merged 1 commit into from May 11, 2015

Conversation

NN---
Copy link
Contributor

@NN--- NN--- commented Feb 24, 2015

Without DictionaryIterator the simplest code is impossible to write:

var myDictionary : {[x:string]: string;}

_.filter(myDictionary, (v, k, c) => { return k == "A"; })

Without DictionaryIterator the simplest code is impossible to write:

var myDictionary : {[x:string]: string;}

_.filter(myDictionary, (v, k, c) => { return k == "A"; })
@vvakame
Copy link
Member

vvakame commented Feb 24, 2015

@bczengel @david-driscoll can I merge this PR?

@NN---
Copy link
Contributor Author

NN--- commented May 10, 2015

Any update for this pull request ?

vvakame added a commit that referenced this pull request May 11, 2015
Use DictionaryIterator for Dictionary functions
@vvakame vvakame merged commit 5bee563 into DefinitelyTyped:master May 11, 2015
@vvakame
Copy link
Member

vvakame commented May 11, 2015

@NN--- I decided merge this PR. thanks mate!

@NN--- NN--- deleted the patch-16 branch November 27, 2018 17:01
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

Successfully merging this pull request may close these issues.

None yet

2 participants