@yookue/ts-multi-map
![NPM downloads](http://img.shields.io/npm/dm/@yookue/ts-multi-map.svg?style=flat)
🏅 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, ReadonlyMultiKeyMap} from '@yookue/ts-multi-map';
import {MultiValueMap, ReadonlyMultiValueMap} from '@yookue/ts-multi-map';
import {RangeMap, ReadonlyRangeMap} from '@yookue/ts-multi-map';
Enjoy your coding journey with ts-multi-map
✌️
Document
License
This project is under the MIT License.
Website