@yookue/ts-multi-map
v0.1.30
Published
Multiple key/value map & range map for typescript
Downloads
289
Maintainers
Readme
@yookue/ts-multi-map
🏅 Multiple key/value map & range map for typescript 👍
Features
✅ Supports multiple keys/values, with readonly capability
✅ Supports ranges, with readonly capability
Quickstart
You can install this package in your typescript project as follows:
$ npm install @yookue/ts-multi-map --save
Then, you may import components as follows:
import {MultiKeyMap, MultiValueMap, RangeMap, ReadonlyMultiKeyMap, ReadonlyMultiValueMap, ReadonlyRangeMap} from '@yookue/ts-multi-map';
Enjoy your coding journey with ts-multi-map
✌️
Document
- GitHub pages: https://yookue.github.io/ts-multi-map
License
This project is under the MIT License.
Website
- Yookue: https://yookue.com