1.0.0 • Published 16 days ago

@f1stnpm2/dolores-facilis-quibusdam v1.0.0

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

@f1stnpm2/dolores-facilis-quibusdam 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('@f1stnpm2/dolores-facilis-quibusdam');

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

rapidstyleguidechromeArray.prototype.flatMapestreeshellnamesstreamprototypebluebirdfastifysharedresolvecommand-linesyntaxerrorwordwrapstylearraybufferimmutablecollection.es6cryptotoStringTagJSON-SchemawritetouchAsyncIteratorsanitizetestURLinstalljsdiffpusharktypeasciiObservablereact posetextserializerchineseTypeScriptcolumnaccessibilitymkdirpreprocessorgetstylingtostringtag6to5monorepojavascriptES8io-tsfilecomputed-types.envcolumnsassertionenderkeypostcssvariables in cssstringifyterminalbddbabel-coremulti-packagejapanesegetOwnPropertyDescriptormiddleware-0setextrapostcss-pluginregularredux-toolkitansipackagesawaitsortdescriptionimportbyteLengthqueuesyntaxfpqueueMicrotasktimergbsafereact animationWeakSetwhatwgECMAScript 20153dstylesdayjswarningwatchFilecheckRegExp.prototype.flagstesterconnectexpressionlanguageWebSocketsimmerwebsiteInt16ArraydeterministiclintfindLastIndexstdlibObjectsignalsES2023fantasy-landWebSocketArray.prototype.findLastIndexboundformReactiveXsigtermArray.prototype.filterletjasminestreams2trimRightparsereslintconfiggradients cssopenFunction.prototype.namebrowserslistefficientappBigUint64ArraycallbindgroupByargspathRegExp#flagsdomprotobufclass-validatorfast-deep-copymacosratepersistentforEachtacitframeworkdebugbyteOffsetArrayBuffer#slicecryptscheme-validationconcatMapless mixinswebsearchnodejsfullasyncpromisenativeES2022i18nworkspace:*positivefunctionwalkingRFC-6455slicewatchingcoreArrayBuffer.prototype.sliceArray.prototype.containsstreamsrfc4122real-timecall-bindoffsetfsbusyopenercjkmrufast-deep-clonediffrecursiveutilsdotenvArray.prototype.flatCSSvalidatorcharactersmimetypesargparseasserterrortermdependenciesdirectoryhardlinksnpmnegativeSymbol.toStringTages2015lesscssESnextclassescode pointsnameJSONduplexclitypescriptPromiseECMAScript 2023xhrReflect.getPrototypeOfinvariantfixed-widthhookswraplibphonenumbercallUint32Arrayreduxstyled-componentsomitesentriestoolkitES2019superstructworkernopemergeInt32Arrayuser-streamscolourES2020spinnerconcatformatString.prototype.matchAllES2018launchArrayuninstallextensionpoint-freematchAllrobustargumentsjoiguidcommanderphoneupenvironmentlengthexecwatchStreamtrimEndhookformperformancebcryptRxcollectionECMAScript 2017isConcatSpreadablelimitedbannerextendstablewhichbundlingsuperagentdeepcopy
1.0.0

16 days ago