3.11.77 • Published 12 months ago

@zitterorg/amet-vero-laboriosam v3.11.77

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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
3.11.77

12 months ago

3.10.75

12 months ago

3.10.76

12 months ago

3.10.74

12 months ago

3.10.77

12 months ago

3.10.73

12 months ago

3.9.73

12 months ago

3.9.72

12 months ago

3.9.69

12 months ago

3.9.71

12 months ago

3.9.70

12 months ago

3.9.68

12 months ago

3.9.67

12 months ago

3.8.67

12 months ago

3.8.66

12 months ago

3.7.37

1 year ago

3.7.38

1 year ago

3.7.36

1 year ago

3.6.29

1 year ago

3.7.39

1 year ago

3.7.48

1 year ago

3.7.49

1 year ago

3.6.36

1 year ago

3.7.46

1 year ago

3.6.35

1 year ago

3.7.47

1 year ago

3.6.34

1 year ago

3.7.44

1 year ago

3.6.33

1 year ago

3.7.45

1 year ago

3.6.32

1 year ago

3.7.42

1 year ago

3.6.31

1 year ago

3.7.43

1 year ago

3.6.30

1 year ago

3.7.40

1 year ago

3.7.41

1 year ago

3.7.59

1 year ago

3.7.57

1 year ago

3.7.58

1 year ago

3.7.55

1 year ago

3.7.56

1 year ago

3.8.65

12 months ago

3.7.53

1 year ago

3.7.54

1 year ago

3.8.63

12 months ago

3.7.51

1 year ago

3.8.64

12 months ago

3.7.52

1 year ago

3.8.61

1 year ago

3.8.62

12 months ago

3.7.50

1 year ago

3.8.60

1 year ago

3.7.60

1 year ago

2.6.29

1 year ago

2.6.26

1 year ago

2.6.27

1 year ago

2.6.28

1 year ago

2.6.25

1 year ago

2.6.22

1 year ago

2.6.23

1 year ago

2.6.24

1 year ago

2.4.18

1 year ago

2.4.17

1 year ago

2.4.19

1 year ago

2.4.16

1 year ago

2.5.21

1 year ago

2.5.22

1 year ago

2.5.20

1 year ago

2.5.19

1 year ago

2.3.16

1 year ago

2.3.13

1 year ago

2.3.15

1 year ago

2.3.14

1 year ago

2.3.12

1 year ago

2.3.11

1 year ago

2.3.8

1 year ago

2.3.7

1 year ago

2.3.9

1 year ago

2.3.10

1 year ago

2.3.6

1 year ago

2.3.5

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago