Socket
Socket
Sign inDemoInstall

@yookue/ts-multi-map

Package Overview
Dependencies
3
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @yookue/ts-multi-map

Multiple key/value map & range map for typescript


Version published
Maintainers
1
Install size
532 kB
Created

Readme

Source

@yookue/ts-multi-map

NPM version Software License NPM downloads

🏅 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

License

This project is under the MIT License.

Website

Keywords

FAQs

Last updated on 18 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc