# advanced-set-multi-key

> Set-like class using multi keys

Latest version **0.0.4** (published 2020-01-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install advanced-set-multi-key
pnpm add advanced-set-multi-key
yarn add advanced-set-multi-key
bun add advanced-set-multi-key
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-01-12 |
| First published | 2018-10-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8.9.0 |
| Dependencies | 4 |
| Unpacked size | 1.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Hoàng Văn Khải |
| Maintainers | khai96_ |
| Keywords | set, multiple, keys |

## Links

- npm: https://www.npmjs.com/package/advanced-set-multi-key
- Repository: https://github.com/ksxnodemodules/nodemonorepo
- Homepage: https://github.com/ksxnodemodules/nodemonorepo#readme
- Issues: https://github.com/ksxnodemodules/nodemonorepo/issues
- npm.io page: https://npm.io/package/advanced-set-multi-key

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^1.10.0
- [@types/node](https://npm.io/package/@types/node.md) ^13.1.6
- [advanced-set-types](https://npm.io/package/advanced-set-types.md) ^0.0.2
- [advanced-set-multi-key-base](https://npm.io/package/advanced-set-multi-key-base.md) ^0.0.4

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2020-01-12
- 0.0.3 — 2019-10-05
- 0.0.2 — 2018-11-21
- 0.0.1 — 2018-10-16
- 0.0.0 — 2018-10-13

## README

# advanced-set-multi-key

Set-like class using multi keys

## Usage

```javascript
import MultiKey from 'advanced-set-multi-key'
const set = new MultiKey(Map).add([0, 1, 2])
set.has([0, 1, 2]) // expect: true
set.has([1, 2, 3]) // expect: false
```

## License

[MIT](https://git.io/vhaEz) © [Hoàng Văn Khải](https://github.com/KSXGitHub)

---
_Source: https://npm.io/package/advanced-set-multi-key · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
