Installations
npm install @zitterorg/ipsam-deserunt
Developer Guide
BETA
Typescript
No
Module System
CommonJS
Node Version
20.15.0
NPM Version
10.7.0
Releases
Unable to fetch releases
Total Downloads
Cumulative downloads
Total Downloads
16
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
400%
5
Compared to previous month
Last year
0%
16
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
41
@dramaorg/quae-dolore-nostrum@juigorg/nisi-molestiae-ut@kollorg/nihil-veniam-deserunt@swenkerorg/nulla-voluptates-voluptates@zitterorg/accusantium-reprehenderit-quisquam@zitterorg/adipisci-quae-eius@zitterorg/aspernatur-pariatur-occaecati@zitterorg/at-esse-dolorum@zitterorg/at-esse-odit@zitterorg/cum-ipsum-beatae@zitterorg/dolorem-quibusdam-dicta@zitterorg/doloremque-ut-omnis@zitterorg/dolores-perspiciatis-rem@zitterorg/doloribus-quidem-enim@zitterorg/est-sunt-quos@zitterorg/eum-veritatis-placeat@zitterorg/fluffy-waddle@zitterorg/glowing-barnacle@zitterorg/illum-perferendis-consectetur@zitterorg/impedit-ex-praesentium@zitterorg/inventore-at-sit@zitterorg/itaque-nisi-veritatis@zitterorg/iure-consequatur-nostrum@zitterorg/libero-optio-dolorem@zitterorg/maiores-commodi-ea@zitterorg/minus-itaque-odit@zitterorg/neque-repellendus-ut@zitterorg/omnis-delectus-deserunt@zitterorg/probable-octo@zitterorg/psychic-adventure@zitterorg/quibusdam-sit-qui@zitterorg/reiciendis-minima-excepturi@zitterorg/upgraded-fishstick@zitterorg/vel-at-teneturanalsorhost-simple-bscorcojs-qrcodecorcojs-qrcode-logodable-effectfiran-loggingsimple-assi-animationsimple-prompts-web3
Versions
@zitterorg/ipsam-deserunt ![Version Badge](https://versionbadg.es/inspect-js/@zitterorg/ipsam-deserunt.svg)
Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof
, and despite Symbol.toStringTag.
Example
1var whichTypedArray = require('@zitterorg/ipsam-deserunt'); 2var assert = require('assert'); 3 4assert.equal(false, whichTypedArray(undefined)); 5assert.equal(false, whichTypedArray(null)); 6assert.equal(false, whichTypedArray(false)); 7assert.equal(false, whichTypedArray(true)); 8assert.equal(false, whichTypedArray([])); 9assert.equal(false, whichTypedArray({})); 10assert.equal(false, whichTypedArray(/a/g)); 11assert.equal(false, whichTypedArray(new RegExp('a', 'g'))); 12assert.equal(false, whichTypedArray(new Date())); 13assert.equal(false, whichTypedArray(42)); 14assert.equal(false, whichTypedArray(NaN)); 15assert.equal(false, whichTypedArray(Infinity)); 16assert.equal(false, whichTypedArray(new Number(42))); 17assert.equal(false, whichTypedArray('foo')); 18assert.equal(false, whichTypedArray(Object('foo'))); 19assert.equal(false, whichTypedArray(function () {})); 20assert.equal(false, whichTypedArray(function* () {})); 21assert.equal(false, whichTypedArray(x => x * x)); 22assert.equal(false, whichTypedArray([])); 23 24assert.equal('Int8Array', whichTypedArray(new Int8Array())); 25assert.equal('Uint8Array', whichTypedArray(new Uint8Array())); 26assert.equal('Uint8ClampedArray', whichTypedArray(new Uint8ClampedArray())); 27assert.equal('Int16Array', whichTypedArray(new Int16Array())); 28assert.equal('Uint16Array', whichTypedArray(new Uint16Array())); 29assert.equal('Int32Array', whichTypedArray(new Int32Array())); 30assert.equal('Uint32Array', whichTypedArray(new Uint32Array())); 31assert.equal('Float32Array', whichTypedArray(new Float32Array())); 32assert.equal('Float64Array', whichTypedArray(new Float64Array())); 33assert.equal('BigInt64Array', whichTypedArray(new BigInt64Array())); 34assert.equal('BigUint64Array', whichTypedArray(new BigUint64Array()));
Tests
Simply clone the repo, npm install
, and run npm test
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No security vulnerabilities found.