Files
DefinitelyTyped/collection
Ian Riley 0631d06dbb feat(collection): New basic collection types.
Adds four basic collection types for better type enforcement on collections.
Assortment: <key: number || string>, <value: any>
Collection: <key: number || string>, <value: T>
Dictionary: <key: string>, <value: any>
Thesaurus: <key: string>, <value: T>
2015-06-08 11:34:08 -07:00
..