1.0.0 • Published 1 year ago

@berufungirnpm/nulla-itaque-eius v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@berufungirnpm/nulla-itaque-eius 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/nulla-itaque-eius');
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

executethreeutil.inspectlinewrapURLSearchParamsdeepclonexmlES8propertyInt8Arrayvariableses5structuredClonepositiveescollection.es6findLastIndexstreams2eslintconfignpmECMAScript 2015stringifyquerybeanstalksuperstructcoregetintrinsicpicomatchmochafastcopybinariessideexpressiones2018globcolumnsobjroutingcloudfrontbluebirdhtmlECMAScript 5prototypeloggereverytakereact-hook-formbundlingflatMapprefixasynctouchregexcomputed-typesreducejstypescriptparserm -frJSON-Schemaa11yECMAScript 2023colorcollectionbundlershrinkwrapBigUint64Arrayfolderfull-widthTypedArraybufferArray.prototype.filtermobilereact posekeygroupByPromisenegativecircularreworkwordbreakoptimizerRxwordwrapglacierfile systeminstallreusearraysetImmediatedeep-copyownsymbolpostcssawaitjsdomtrimLeftURLhasOwnemitequalitylistenerscreateinputstreamsregular expressionsmapUint8ClampedArraypropertiesObject.isgetOwnPropertyDescriptordirentriesObject.entriesemojiimportexportatomobject3dcommandeventDispatchersafewalkpersistentexecfileonceRegExp#flagsstylinghelperspyyamldebuggerfindupslicesequenceECMAScript 2016censorspinner.envajvlogcall-boundoptionreducercore-jsES2016iamrecursivesharedsimpledbiterationcode pointsestreenodekoreanspecfunctionsregular expressionfunction.lengthTypeBoxhas-owndirectorymakerssdependency managerworkersortdebuglockfilecommandersymlinkschemeStyleSheeteslintlrucolumniteratorSetfast-deep-clonefunctionalwhichtspackagesequaldatanativees-abstractartreaddefineHyBiurlminimalvalidatereadablecallbindelectrontapehashRegExp.prototype.flagsform-validationignorelinkeslintplugini18nloggingassertiontoArraysettingsmoveimportgenericsclientresolvedeepcalltypedarraysformsdiffenvironmentomitES2023call-bindUint8ArraymatchAllcloudsearchArray.prototype.flatMapbyteOffsetvalidationamazonenvArrayBuffer.prototype.sliceWebSocketECMAScript 2020typesafeArray.prototype.flatteneventEmitterqueueMicrotaskindicatorstableconcats3jasmine[[Prototype]]dragArraycloudtrailparsingArray.prototype.containstapgitignoreArrayBuffer#slicespinnersvpcjestUnderscorenodejsimmutablestyleguidedescriptorfsfastifybyteLengthWebSocketsinferencecharacterhookformpostcss-pluginfunctionassertssource mappatchshamtrimStartmanagerECMAScript 6deepcopygetter256ECMAScript 3autoscalingtypanionloadbalancingenumerabledataViewarktypesetterimmervestes2017awsprivate dataArray.prototype.flatpreprocessormatchesenvironmentsFloat32ArraycolourspeedbinstreambinaryairbnbtoStringTagviewredirectlookparentzxPushzodglobalsearchECMAScript 7look-upstringifierroute53ajaxES2021deletepromisesassertredactupgraphql-clientTypeScriptwriteloadingprettyfindLastaccessibilityregexpUint32Arraypnpm9fast-copyRFC-6455rateJSONjsonyamlmkdirpCSSspringextracommand-linedefinePropertypackagewritablecomparequotevarsjsdiffproxyescapetypecachedependenciesrgbweakmapmkdircolorsjshinttermespreefeedconcurrencyworkspace:*privatecontainswgetformfnmatchshebangsameValueZeroreadablestreamESnextavasnsObservable
1.0.0

1 year ago