2.3.6 • Published 4 days ago

@zitterorg/amet-vero-laboriosam v2.3.6

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

@zitterorg/amet-vero-laboriosam Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof, and despite Symbol.toStringTag.

Example

var whichTypedArray = require('@zitterorg/amet-vero-laboriosam');
var assert = require('assert');

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

assert.equal('Int8Array', whichTypedArray(new Int8Array()));
assert.equal('Uint8Array', whichTypedArray(new Uint8Array()));
assert.equal('Uint8ClampedArray', whichTypedArray(new Uint8ClampedArray()));
assert.equal('Int16Array', whichTypedArray(new Int16Array()));
assert.equal('Uint16Array', whichTypedArray(new Uint16Array()));
assert.equal('Int32Array', whichTypedArray(new Int32Array()));
assert.equal('Uint32Array', whichTypedArray(new Uint32Array()));
assert.equal('Float32Array', whichTypedArray(new Float32Array()));
assert.equal('Float64Array', whichTypedArray(new Float64Array()));
assert.equal('BigInt64Array', whichTypedArray(new BigInt64Array()));
assert.equal('BigUint64Array', whichTypedArray(new BigUint64Array()));

Tests

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

ES2020RegExp#flagsindicatorlockfilesnsautoscalingprotocol-buffersredux-toolkitchildtapaccessorswfstringresolvetoolkitprefixobjectreact posesearchfunctionalcliassertsimportjavascriptextendzodspeedtostringtagpackage managerboundproxyreactvariablesenderWebSocketproptouchjsx@@toStringTagfast-deep-clonegetterqueryloadingreuseagentassertionsomeopenwordbreakroute53inferencewordwrapratetddregexECMAScript 2016eslintplugincloudsearchmapdefaultfull-widthPushterminalio-tstsidlearraybufferUint32Arraypropertydifffastcopycode pointsrandomes2018TypedArrayglobalsestreeargumentendpointObject.keysforEachsimpledbfile systemRxhookformmrucallbacksuperstructdataViewpostcss-pluginECMAScript 2018convertkeysbytehookstrimStartdirectoryAsyncIteratorcreateargvextracircularargparseexecelasticacheescapees2016redactstylescolumnsconsumecharactersrobustReactiveExtensionsdropRxJSrmyamlgesturesreact-hooksUint16ArrayequalityqsgetOwnPropertyDescriptorpnpm9deletechromiumconcurrencyparentsmimeserializerfileincall-boundasciiinstalles2015globalcommandermkdirpastmake dirparsecensorformssharedarraybufferwarningloggingStreamscomparesortreduxidYAMLtypespluginhasOwntypesafeJSONrm -frtypedarrayelectronqueueES6east-asian-widthregular expressionsvisualES2023colourbeanstalkaccessibilityecmascriptform-validationhttpcloudformationtapelaunchlruwalkingflatMapl10nmergedayjsObject.isArray.prototype.containsebslibphonenumberfast-clonecryptocorepersistentframeworkloggermatchesSymbolregular expressionIteratorArray.prototype.findLastIndexthrottleyupmime-dbstyled-componentsconfigurableexpresschinese.envmonorepoviewicuutil.inspectObjectec2packagestoobjectes8datastructurefindcheckscheme-validationlanguageString.prototype.trimFunction.prototype.namebluebirdtoSortedES8find-uptestingSymbol.toStringTages6mimetypesajaxemrbyteOffsetArray.prototype.findLastinstallerespreesymlinksclonepipethreehashurlenvoptionemojiURLargumentsjsonWeakSetBigUint64Arrayspawnwafpropertiesrfc4122bundlervalidateshamobjimmutablearktypecloudwatchstyleguideES2017concatguidflattendebugunicodesidecoercibleECMAScript 6matchprivateparentamazoncollectionweakmapdomstreamsschemadefinePropertyoutputenvironmentswaitcompilersqselb_.extendtypedarrayssesarraysiteratechaicall-bindcolorloadbalancingprototypeinspectUnderscorecurlstringifySetonceBigInt64ArraysafedescriptionECMAScript 2015picomatchstylemobilebyteLengthString.prototype.matchAllcollection.es6hardlinksES3spinnersslicemapreduceECMAScript 2021shimbindpackage.jsondata[[Prototype]]trimLeftbrowserlistES2016CSSInt8Arraymomentcopyutiljsonpathcolumnpackagetimeserialization
2.3.6

4 days ago

2.3.5

5 days ago

1.3.5

6 days ago

1.3.4

7 days ago

1.3.3

8 days ago

1.3.2

9 days ago

1.3.1

10 days ago

1.2.1

11 days ago

1.2.0

12 days ago

1.1.0

13 days ago

1.0.0

13 days ago