1.0.11 • Published 7 days ago

@diotoborg/eveniet-fugiat-ex v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

@diotoborg/eveniet-fugiat-ex Version Badge

dependency status dev dependency status License Downloads

npm badge

Robustly get the length of a Typed Array, or false if it is not a Typed Array. Works cross-realm, in every engine, even if the length property is overridden.

Example

var typedArrayLength = require('@diotoborg/eveniet-fugiat-ex');
var assert = require('assert');

assert.equal(false, typedArrayLength(undefined));
assert.equal(false, typedArrayLength(null));
assert.equal(false, typedArrayLength(false));
assert.equal(false, typedArrayLength(true));
assert.equal(false, typedArrayLength([]));
assert.equal(false, typedArrayLength({}));
assert.equal(false, typedArrayLength(/a/g));
assert.equal(false, typedArrayLength(new RegExp('a', 'g')));
assert.equal(false, typedArrayLength(new Date()));
assert.equal(false, typedArrayLength(42));
assert.equal(false, typedArrayLength(NaN));
assert.equal(false, typedArrayLength(Infinity));
assert.equal(false, typedArrayLength(new Number(42)));
assert.equal(false, typedArrayLength('foo'));
assert.equal(false, typedArrayLength(Object('foo')));
assert.equal(false, typedArrayLength(function () {}));
assert.equal(false, typedArrayLength(function* () {}));
assert.equal(false, typedArrayLength(x => x * x));
assert.equal(false, typedArrayLength([]));

assert.equal(1, typedArrayLength(new Int8Array(1)));
assert.equal(2, typedArrayLength(new Uint8Array(2)));
assert.equal(3, typedArrayLength(new Uint8ClampedArray(3)));
assert.equal(4, typedArrayLength(new Int16Array(4)));
assert.equal(5, typedArrayLength(new Uint16Array(5)));
assert.equal(6, typedArrayLength(new Int32Array(6)));
assert.equal(7, typedArrayLength(new Uint32Array(7)));
assert.equal(8, typedArrayLength(new Float32Array(8)));
assert.equal(9, typedArrayLength(new Float64Array(9)));
assert.equal(10, typedArrayLength(new BigInt64Array(10)));
assert.equal(11, typedArrayLength(new BigUint64Array(11)));

Tests

Simply clone the repo, npm install, and run npm test

efficientfindupargumentsvalidflatMaparraybufferreactwordwrapflagcallboundshrinkwrapcliebsbindamazonreact posees-abstractsyntaxcharacterscensor0rapidpackageswidthxtermdompackagereact-hook-formatomconfigObservableinternaltaskmkdirsartpnpm9shellcoretypeofes8iterategetOwnPropertyDescriptorreworkextramatchpolyfillappendpointString.prototype.trimsameValueZeroproxycoercibleexpressionstylebyteECMAScript 2015Object.keysrangeerrorcryptotoStringTaghookformbrowserglobStyleSheetsliceObject.valuesstructuredClonechildasyncTypedArraypreprocessorES2022String.prototype.matchAllparsinginferenceparentswhichrm -frsymlinkiamduplexbrowserlistconcatMaploggerbinarymatchAllfilterhashruntimeInt32ArraywordbreakbusyisConcatSpreadabletouchjasminehasOwnPropertysymlinkstc39Microsoftprivate datasomejsdiffforkprogresssymbolYAMLspringES2023chinesefileserialization$.extendmonorepoworkflowcolumnspostcss-pluginsuperagentmkdirpoffsetnamelook-upratecolores2017processperformancefindLastIndexeventEmitteressafedatafullyupkinesisajvindicatormake dirhtmlUint32Arrayrequireregulardotenvregextypeerrorfigletes2015Object.fromEntriesECMAScript 6length-0dynamodbagentmime-dblistenersUnderscoreES5finddragplugincheckpipeUint8ArrayxhrbyteLengthrsscallexeiterationinspectsource mapMaprequestcssrandomserializerESnextECMAScript 2023propidentifiersutil.inspectchannelnegative zerointrinsicfunctionalFunction.prototype.nameUint16ArrayHyBisettertypesemittapecommanddatewritablevaluerecursivetraversemomentArray.prototype.includesajaxfastclonemulti-packagetrimStartdependenciesoptimizerdefinemapreducejsonfast-deep-copyautoprefixeremrcloudsearchcreateObject.getPrototypeOfxdg-openredux-toolkitxdgdeeptesthas-ownrm -rfgraphqlhigher-ordervestprefixanimationtslibinstallerdescriptionframertostringtagassertionmetadatadescriptorsgetintrinsicsqsRegExp#flagsfast-clonesnscloudtrailTypeScriptES2016bluebirdArrayboundapibrowserslist
1.0.11

7 days ago

1.0.9

9 days ago

1.0.8

10 days ago

1.0.7

11 days ago

1.0.10

8 days ago

1.0.6

12 days ago

1.0.5

13 days ago

1.0.4

14 days ago

1.0.3

15 days ago

1.0.2

16 days ago

1.0.1

17 days ago

1.0.0

17 days ago