New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/ts-multi-map

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yookue/ts-multi-map

Multiple key/value map & range map for typescript

  • 0.1.31
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
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, 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

Keywords

FAQs

Package last updated on 15 Dec 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc