1.0.0 • Published 13 days ago

@landmineaknpm/dolore-pariatur-occaecati v1.0.0

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

@landmineaknpm/dolore-pariatur-occaecati Version Badge

github actions coverage License Downloads

npm badge

Is this value a JS SharedArrayBuffer? 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 isSharedArrayBuffer = require('@landmineaknpm/dolore-pariatur-occaecati');

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

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

assert(isSharedArrayBuffer(new SharedArrayBuffer()));

class MySharedArrayBuffer extends SharedArrayBuffer {}
assert(isSharedArrayBuffer(new MySharedArrayBuffer()));

Tests

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

javascripttsgraphqlbootstrap cssfast-deep-clonelockfiletrimRightsearchjwtreal-timeweaksettranspileformattingdebuggerexecutableStreamgroupthrottleinternal slotpostcss-pluginsameValueZeroremovedefinePropertyfinduplook-upruntimeReactiveXavatasklastuplanguageshamlinuxisConcatSpreadableWebSocketscjkfastcopyObjectnodeES2023ECMAScript 2023bootstrap lesstypeofcopyarktypepasswordTypeScriptprotohardlinksexefunctionalpyyamlletreact-testing-libraryopensfunctionsfindLastbluebirdspringtypeArray.prototype.includesFunction.prototype.namekeysvestpackagesequalityratelimitslotbundlingArray.prototype.findLastIndexES3statelessES2017Microsoftredactbabel-coreindicatorflagprivatebuffersrmdropsetexitbrowserlimitresolve-0preserve-symlinksframermimetypesurlsxhrStreamswritableArray.prototype.flatMapartpluginimmerinspectgesturesprotobuftyped arrayes5extensionoperating-systemprunecommandObject.keysYAMLregular expressiondeepcloneutilityawesomesauceInt8ArrayenvironmentenderarraybufferpositivecommandernameIteratores8settingsprettyshrinkwrapSetlibphonenumbersequencewritehookformwhatwgfullwidthxdg-openconsumetelephoneeverysetterchannelframeworkchecklazysigintES8JSONtrimEndstylesheetspinnereast-asian-widthECMAScript 7sideiterateopenerObject.definePropertyreact posehooksanimationslicereuseeslintpluginCSSrapidTypeBoxclies2018tc39modulees-abstractflatMapInt32Arraydescriptiontimecolorsanitizewatchingdayjsfull-width$.extendparent256typedincludeseventDispatchervisualcall-boundargvirqdirviewencryptionwordwrapgenericsObservableemojiECMAScript 3css lessqueueqsObject.entriesspinnersprototypesymlinks
1.0.0

13 days ago