1.0.0 • Published 14 days ago

@berufungirnpm/iusto-perferendis-suscipit v1.0.0

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

@berufungirnpm/iusto-perferendis-suscipit 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('@berufungirnpm/iusto-perferendis-suscipit');
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

Object.getPrototypeOfArray.prototype.findLastIndexwidthhttpcssStreamsES7shimshrinkwrappicomatchwatcherlessfseventsrdsjsoncreatetrimStartstructuredCloneclassnamegroupcopyfastownxtermuptypanionloggingnativedatebrowserES6argumentmake dirparsingcurlmixinslimitedsesswfstreamsgroupBybundlingECMAScript 2015$.extendasciiprotoArray.prototype.containsexecregexplrul10nRegExp#flagsES2015importworkspace:*i18noffsetassigncss-in-jsgraphqlauthwebUint32Arrayequalityspeedkoreandependency managersymbolespreees2016valuesSetserializationprivate dataamazonflatMapES2019WebSocketsrapidmodulesflagjQuerydataviewInt16ArrayESnextinvariantequalsequencestyled-componentsfetchES2018onceextensionfunctionsString.prototype.matchAllschemesymlinkassertasyncintrinsicWeakSetbootstrap lessrmdirwhatwgdatastructureECMAScript 2022bcryptframeworkarrayeveryeslint-plugininstallvalidateisConcatSpreadablespinnersincludeshashnamearraysReactiveExtensionstapecss variablecolourpromisesprefixtapautoscalingconfigwordwrapbuffersES5ECMAScript 2019wordbreakArray.prototype.flatawesomesaucereactchaidebuggerCSSStyleDeclarationes7deleteJSON-SchemadefineES2016joistableinternal slotobjectmake[[Prototype]]iteraterangeerrorclassnamesobjArray.prototype.findLastSymbolcompilerremoveflatless cssplugintoolkitdeep-cloneshellliveIteratorlistenersmatchECMAScript 3toolshas-owncolorsratewrapArrayBuffertostringtagfunctionalsettingstddjavascripthookformcircularcollectionweaksetdataViewchromiumbootstrap cssArray.prototype.filterfast-deep-cloneReflect.getPrototypeOfconcurrencyairbnbcode pointscompile lessjsxprotobufpreserve-symlinkswriteextendfpsStyleSheetbeanstalkrm -rfString.prototype.trimclieslintpluginrmbytevariables in csswarningdeepcloneTypeBoxUint8ArrayauthenticationlesscssFloat64Array__proto__configurablephonestarterlanguagebindqsfinduplockfileloadingefficientagentdeterministicfileawstypesafefast-copyBigUint64Arraywatchingcoloruuidmatchesmkdirsnumberloggerutilgetruntimeajaxindicatorfind-upes-shim APItypedarrayscoerciblespecthrottlearttextviewes5cjksettermodulelimitprototypewalkingassertsmochasomeUint16ArrayjapaneseidleRegExp.prototype.flagsieTypedArrayebsreadablestreamwaflengthescapecollection.es6bannerwgetwalkObject.entriesWeakMapworkercompareiterationdescriptorsnegativeworkflowimportexporttypeshotroutetesterdomoutputeslintsuperagentoptionconnectgdprapollooptimizeriteratorsidemobileweakmapstreams2robustyupvpccheckshebangterminalUnderscoreurlgetterlogstylingparentmulti-packagebatchponyfillstringes6environmentcloudtrailpreprocessorstatecloudwatchstringifyunicodestatelessqueryregular expressionsSymbol.toStringTagaccessibilitytestsortedInt32ArrayeslintconfigreuseshamPromisehasaccessorutilitygenericseventEmittervalidationES3reduxprophasOwnPropertyECMAScript 2016es8locationisdescriptorURLSearchParamsjasmineeventDispatchers3mimetypesbundlerjsdom@@toStringTagrfc4122diffmkdirpnamestslibESlazywaitargvcolumnsreact-hooksRxjsdependenciespassworddynamodbdom-testing-libraryspinnerECMAScript 2017ansivestTypeScript.envprotocol-buffersBigInt64ArraysymbolsPush0parentsespostcss-pluginfast-cloneArrayObject.keysconsolelook-uptrimRightcloudsearchreducees2015pathArray.prototype.includeschannelelmrecursivefast-deep-copytaskECMAScript 7snsform-validationprunefixed-widthvisualchromestoragegatewayenumerablefastcopyqueueMicrotaskavaeventsquerystringregexECMAScript 2020ES2017real-timeastsortinstallerdropduplexslotargsdefinePropertymimecallbind
1.0.0

14 days ago