CodeBrowser / npm / ts-map
ts-map@1.0.3
// A typescript Map structure like ES6 Map
$ npm install ts-map
downloads/wk
977,830
license
MIT
version
1.0.3
published
Sep 16, 2017
What is ts-map?
ts-map provides a TypeScript implementation of the ES6 Map data structure with full type safety for keys and values. Developers use it when they need a key-value collection with strong typing guarantees and a familiar Map API in TypeScript projects. It's useful for managing associations between typed objects where standard JavaScript Maps lack compile-time type checking.
Keywords
#typescript #Map #ts #ts-map
Maintainers
lavyun