1.0.4 • Published 15 days ago

@teamteanpm2024/beatae-hic-reiciendis v1.0.4

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

@teamteanpm2024/beatae-hic-reiciendis Version Badge

github actions coverage License Downloads

npm badge

ES Proposal spec-compliant shim for Set.prototype.isSubsetOf. Invoke its "shim" method to shim Set.prototype.isSubsetOf if it is unavailable or noncompliant.

This package implements the es-shim API interface. It works in an ES3-supported environment, and complies with the proposed spec. When shimmed, it uses es-set to shim the Set implementation itself if needed.

Most common usage:

var assert = require('assert');
var isSubsetOf = require('@teamteanpm2024/beatae-hic-reiciendis');

var set1 = new Set([1, 2]);
var set2 = new Set([2, 3]);
var set3 = new Set([1]);

assert.equal(isSubsetOf(set1, set2), false);
assert.equal(isSubsetOf(set2, set1), false);
assert.equal(isSubsetOf(set3, set1), true);

isSubsetOf.shim();

assert.equal(set1.isSubsetOf(set2), false);
assert.equal(set2.isSubsetOf(set1), false);
assert.equal(set3.isSubsetOf(set1), true);

Tests

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

Set Method Packages

stylesurlmulti-packagedotenvtsreducerES2021point-freecloneponyfilldataviewimmutablecommand-lineemojijQuerydescriptorobjecteventsfilterURLSearchParams6to5isConcatSpreadablepackage managergrouphelpersexpressmimeauthenticationutilitylinuxmake dircommanderhttpsfullwidththroatstring@@toStringTagmodulesmimetypesstyleguideObject.getPrototypeOfsuperagenttypepushajaxclistringifierspringchinesecryptoprotopostcssfastcopylastfseventscollectionStreamxdg-openresolvepicomatchcompile lessjwtecmascriptconfigurablefilereact-hook-formrmuuidwalkfetchrm -frArrayBuffer.prototype.sliceesenvargumentlinktoobjectdataViewmatchAllArrayBuffer#slicetoArrayECMAScript 7JSON-SchemadeletekoreanECMAScript 2017regexinvariantes-shimsbundlerairbnblockfiletypesafestreams2Uint8ClampedArrayexecless mixinsgradients css3regularfptypedarraysthrottlesanitizeassertstructuredClonesearchwordwrapstarterschemeECMAScript 3dom-testing-librarylistenersescapebootstrap cssdefineeditorhandlersObject.assigncsscallbindtelephonelibphonenumberECMAScript 2021lazyES6bindpropertiestypedsigintjson-schema-validatorcolumnsInt16Arrayless cssprogresssharedwarninggetintrinsicUint16Arrayenvironmentfastifyparsebufferarraybufferdiffajvconsoleio-tsrandomstablequotesymbolconcurrencyawaitinputjasminerangeerroridlesafereduceinternal slotwritablermdirpropPromisepruneshamremovevalidationwaapiwatchingpromisesBigInt64ArrayECMAScript 2016exeoptimistECMAScript 2015equalitychannelcollection.es6functionalbuffersreact posecjkuptraversenegativehigher-orderindicatorstyled-componentsrequirelinewrapopenerURLiebabel-corereact-testing-libraryCSSStyleDeclarationcallbackdayjspyyamlforEachESnextsortedArray.prototype.flatMapsignalscall-boundtrimStartreal-timecss-in-jsdescriptionclassnamesArray.prototype.flatlimitcontainswaitconsumefast-deep-copylimitedformvalidateeslint-plugindeepclonearraysoperating-systemeventDispatcherjsxflattenvariables in cssopenses-shim APIvisualUint32ArrayES2017querystringfindutilscharacterselectrongetOwnPropertyDescriptortacitoffsetMapappnpmsetImmediatetypanionkarmacoercible-0requestgroupBymatchECMAScript 2022classesgetnopeextendinferencesidegetoptcorepatchsetPrototypeOfwhichsymlinksemitnested cssiteratewidthpathlessterminalBigUint64ArrayWeakSetcurlvalidatorRFC-6455sameValueZerocss variableschemaargparsestylesheetshebangirqcolorshookforminstalles2017duplexhttpUint8ArraysharedarraybuffermobileshellavatestjestsetterbatchString.prototype.matchAllTypeScriptstringifyRxJScopyinterruptsprefixCSSmkdirspackage.jsonsigtermmiddlewareexecutableuser-streamsvariablessortsymlinkspinnersInt32ArrayObject.fromEntrieswebsiteslicetaplanguageES2022objMicrosoftsanitizationdropmacosrapid3dclass-validatorkeycensorregular expressionsgettertc39statelesscryptdeepcopyfind-upStyleSheetarktypevaluewatcherbounderror-handlingenderWeakMapexit-codecheckfsprotocol-buffersES3authArray.prototype.containsprototypeAsyncIteratores2018mime-dbfile systemdefinePropertyxtermreadablespawnbootstrap lessmkdirsequencedependency managerarrayes-abstractformattingoncematchesInt8ArrayworkerString.prototype.trimpackageidwritechildweakmapdatastructuredescriptors
1.0.4

15 days ago

1.0.3

16 days ago

1.0.2

17 days ago

1.0.1

18 days ago

1.0.0

18 days ago