mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-21 12:30:15 +08:00
Without DictionaryIterator the simplest code is impossible to write:
var myDictionary : {[x:string]: string;}
_.filter(myDictionary, (v, k, c) => { return k == "A"; })