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