1.2.1 • Published 12 days ago

@libtommy2024/incidunt-iste-molestiae-recusandae v1.2.1

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

@libtommy2024/incidunt-iste-molestiae-recusandae Version Badge

github actions coverage License Downloads

npm badge

Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on instanceof or mutable properties, and despite ES6 Symbol.toStringTag.

Example

var assert = require('assert');
var isArrayBuffer = require('@libtommy2024/incidunt-iste-molestiae-recusandae');

assert(!isArrayBuffer(function () {}));
assert(!isArrayBuffer(null));
assert(!isArrayBuffer(function* () { yield 42; return Infinity; });
assert(!isArrayBuffer(Symbol('foo')));
assert(!isArrayBuffer(1n));
assert(!isArrayBuffer(Object(1n)));

assert(!isArrayBuffer(new Set()));
assert(!isArrayBuffer(new WeakSet()));
assert(!isArrayBuffer(new Map()));
assert(!isArrayBuffer(new WeakMap()));
assert(!isArrayBuffer(new WeakRef({})));
assert(!isArrayBuffer(new FinalizationRegistry(() => {})));
assert(!isArrayBuffer(new SharedArrayBuffer()));

assert(isArrayBuffer(new ArrayBuffer()));

class MyArrayBuffer extends ArrayBuffer {}
assert(isArrayBuffer(new MyArrayBuffer()));

Tests

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

pureconcatMapexepromisefolderECMAScript 2023css variablejsclassnameCSSsymlinkscensorreuseformvariablesextramkdirquoteshellflatMapjson-schemafseventschaiUint8ClampedArraytranspilerreact-testing-libraryclitypesafecryptsymbolpyyamlbddlessgroupvalidatesetPrototypeOfiterationsyntaxeslintmkdirppropvariables in cssPushapollodefaultfullwidthtypedarrayArrayBuffer.prototype.slicejsxschemalogstyleguideIteratorstreamopenerargparseargumentsTypeBoxfull-widthratelimititeratemochatypeerrorsignalspnpm9ttyinputdependenciesESprotobuffromES2018babel-corecommanderincludestestpackagecopyansicirculardefinePropertylibphonenumberpreserve-symlinksArrayBuffer#sliceruntimevalueloggingdefinejsonthrottlehardlinkssortedless csscompilerchromiumpathReflect.getPrototypeOfstreamsredactjsdomclientjwtObjectassertionpackagesargsdayjsdeepcopyajvInt32Arrayterminalirqpackage managerfigletsetdiffcheckworkspace:*gesturesdependency managerxtermuser-streamsutilECMAScript 2022ECMAScript 7dateregular expressionstestervalidArray.prototype.includestacitfunctionhandlerstextsuperagentString.prototype.matchAllthroatcolourquerystringinferenceserializeMicrosoftescapeYAMLsharedrfc4122Array.prototype.findLastIndexinstallides2017findLastIndexObject.getPrototypeOfObject.keysletinternal slottaskES2021configlanguagecallbindcharactersbootstrap csswatchingESnexttraverseopenstrimRightsymbolsxssES5consoleconcurrencyratepopmotionrmkoreanes-shim APImacostrimEndmodulestylerapidHyBimkdirspersistentInt8Arraymoveanimationstablemodulestypeof__proto__make dirECMAScript 2019starterdeep-copyes2018flagjoicmdconsumemergeWeakMapminimaljestsyntaxerroravaES2020bundlerexit-codetypebabelfindupfullqsfunctionsfastifygradients css3ES2015css lessframertakeieTypeScriptSymbol.toStringTagflatrequestjson-schema-validationdomnamestyling.envomitlinuxwindowstoolsES2016ast
1.2.0

12 days ago

1.2.1

12 days ago

1.0.0

1 month ago