@unikue/ts-multi-map
    Preparing search index...

    TsMultiMap

    @unikue/ts-multi-map

    NPM version Software License NPM downloads

    🏅 Multiple key/value map & range map for typescript 👍

    ✅ Supports multiple keys/values, with readonly capability

    ✅ Supports ranges, with readonly capability

    You can install this package in your typescript project as follows:

    $ npm install @unikue/ts-multi-map --save
    

    Then, you may import components as follows:

    import {MultiKeyMap, ReadonlyMultiKeyMap} from '@unikue/ts-multi-map';
    import {MultiValueMap, ReadonlyMultiValueMap} from '@unikue/ts-multi-map';
    import {RangeMap, ReadonlyRangeMap} from '@unikue/ts-multi-map';

    Enjoy your coding journey with ts-multi-map ✌️

    This project is under the MIT License.

    Beijing Unikue Network Technology Ltd.