[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
npm install @hoangcung1804npm/reprehenderit-tempora-quaerat[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][11]][1]
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without instanceof, and despite Symbol.toStringTag.
``js
var whichCollection = require('@hoangcung1804npm/reprehenderit-tempora-quaerat');
var assert = require('assert');
assert.equal(false, whichCollection(undefined));
assert.equal(false, whichCollection(null));
assert.equal(false, whichCollection(false));
assert.equal(false, whichCollection(true));
assert.equal(false, whichCollection([]));
assert.equal(false, whichCollection({}));
assert.equal(false, whichCollection(/a/g));
assert.equal(false, whichCollection(new RegExp('a', 'g')));
assert.equal(false, whichCollection(new Date()));
assert.equal(false, whichCollection(42));
assert.equal(false, whichCollection(NaN));
assert.equal(false, whichCollection(Infinity));
assert.equal(false, whichCollection(new Number(42)));
assert.equal(false, whichCollection(42n));
assert.equal(false, whichCollection(Object(42n)));
assert.equal(false, whichCollection('foo'));
assert.equal(false, whichCollection(Object('foo')));
assert.equal(false, whichCollection(function () {}));
assert.equal(false, whichCollection(function* () {}));
assert.equal(false, whichCollection(x => x * x));
assert.equal(false, whichCollection([]));
assert.equal('Map', whichCollection(new Map()));
assert.equal('Set', whichCollection(new Set()));
assert.equal('WeakMap', whichCollection(new WeakMap()));
assert.equal('WeakSet', whichCollection(new WeakSet()));
`
, and run npm test`[1]: https://npmjs.org/package/@hoangcung1804npm/reprehenderit-tempora-quaerat
[2]: https://versionbadg.es/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat.svg
[5]: https://david-dm.org/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat.svg
[6]: https://david-dm.org/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat
[7]: https://david-dm.org/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat/dev-status.svg
[8]: https://david-dm.org/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat#info=devDependencies
[11]: https://nodei.co/npm/@hoangcung1804npm/reprehenderit-tempora-quaerat.png?downloads=true&stars=true
[license-image]: https://img.shields.io/npm/l/@hoangcung1804npm/reprehenderit-tempora-quaerat.svg
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/@hoangcung1804npm/reprehenderit-tempora-quaerat.svg
[downloads-url]: https://npm-stat.com/charts.html?package=@hoangcung1804npm/reprehenderit-tempora-quaerat
[codecov-image]: https://codecov.io/gh/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/@hoangcung1804npm/reprehenderit-tempora-quaerat
[actions-url]: https://github.com/hoangcung1804npm/reprehenderit-tempora-quaerat/actions