which-collection@1.0.1
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
MIT
2020-01-26
安装 (1.0.1)
npm install which-collection@1.0.1
yarn add which-collection@1.0.1
pnpm add which-collection@1.0.1
bun add which-collection@1.0.1
dependencies (4)
| 包名 | 版本要求 |
|---|---|
| is-map | ^2.0.1 |
| is-set | ^2.0.1 |
| is-weakmap | ^2.0.1 |
| is-weakset | ^2.0.1 |
devDependencies (7)
| 包名 | 版本要求 |
|---|---|
| @ljharb/eslint-config | ^16.0.0 |
| auto-changelog | ^1.16.2 |
| eslint | ^6.8.0 |
| for-each | ^0.3.3 |
| object-inspect | ^1.7.0 |
| safe-publish-latest | ^1.1.4 |
| tape | ^5.0.0-next.4 |