1.0.0 • Published 12 days ago

@crabas0npm/ab-illum-assumenda v1.0.0

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

@crabas0npm/ab-illum-assumenda Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Returns an array of Typed Array names that are available in the current environment.

Example

var availableTypedArrays = require('@crabas0npm/ab-illum-assumenda');
var assert = require('assert');

assert.deepStrictEqual(
	availableTypedArrays().sort(),
	[
		'Int8Array',
		'Uint8Array',
		'Uint8ClampedArray',
		'Int16Array',
		'Uint16Array',
		'Int32Array',
		'Uint32Array',
		'Float32Array',
		'Float64Array',
		'BigInt64Array',
		'BigUint64Array'
	].sort()
);

Tests

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

sanitizeES2023offsetstringES7inferencedeepcloneexpressionsuperstructshimframeworkdatastructureFloat64ArrayserializeclioncechromiumcheckaccessibilitycallbindaccessorupthrottlenopefromirqAsyncIteratormimefilternodejsextendinvariantpushfseventsecmascripttranspiletouchcmdoptimizerrequirenamessyntaxjoiPusharraysloggerArray.prototype.findLastuninstallthroatflagshardlinksshames8wordwrappropertyflatjsonObjectmake dirECMAScript 6harmonyinternal slotgetOwnPropertyDescriptorargumenteventEmitterzodxdg-openArray.prototype.flatMapcachetypescriptweakmapietypedBigUint64Arraymacostimegetpromisesequalityregular expressionbyteLengthdotenvmkdirimmutabledebugvariablesdeepcopynameesemojiruntimeslicelazybindenumerablecopytrimconnectECMAScript 2016typedarraytestformreadbreakworkerratelimitObject.assigncode pointswgetECMAScript 2021redux-toolkitwhatwgrgbinstallerdescriptionpoint-freespeedeast-asian-widthreal-timeiterationflatMapjsvalidatepolyfillpackage managerfantasy-landtapmimetypesexecutableparseString.prototype.matchAllreact animationrfc4122jsxexectrimEndTypeScriptfast-clonemobilelaunchassertiontexterrorpurecjk3ddebuggerReactiveXUnderscoreprogressbrowserlisteslintconfigbuffersreducecollection.es6Reflect.getPrototypeOfjsdomgetPrototypeOfbootstrap csspnpm9columnsimmerconst[[Prototype]]somebuffercss-in-jstses-abstractratequerystringless mixinsquerysymbolsformattrimStartjwtSymbolqueueMicrotaskttyObject.getPrototypeOfpromisevalidatorworkspace:*syntaxerroriteratorsetterTypeBoxbddrandomutilityanimation0statusmochasharedcurlstreamInt16Arraytypeerrorclass-validatorterminalES6es2016equalArray.prototype.findLastIndexcensortakeRegExp.prototype.flagsdayjspicomatchconcatMapES2021formsdiffmakedomclassescreateArray.prototype.includesArray.prototype.flattencss nestinglookawaita11ysideperformantgetoptvalidlockfilegettercolourdeepwritableWeakMapjson-schema-validationconfigurablees2017streams2rm -frperformanceweaksetes-shim APIboundoptionautheslintArraynpmhooksvarartentriesString.prototype.trimargparsecallbackwalkIteratorapifast-copykoreanasyncmrudependenciesuuideslint-pluginscheme-validationdescriptorsStyleSheetfindReactiveExtensionsassertgroupBysymlinkargvbundlinges5wordbreakurlsio-tsrapidcolorsmonorepomkdirppreprocessorimportenderappkarmadirectorytyped arrayes6Mapschemeregular$.extendArray.prototype.flatfullwidthclonereuseECMAScript 2020coercibletacitstyleguideloadingremove6to5Setfind-upyuphttpshandlersconcatiteratees2015StreamsoptimistgroupcircularutilitiesmetadataBigInt64ArrayInt32ArrayTypedArraydatenativefastfindLastfoldertraverseinputenvironmentmiddlewarepluginwalkingexitlistenersduplexregexargsstatelessless cssisConcatSpreadablebrowserslistuser-streamswrapmatchAllarraybuffersignalsObject.definePropertydeterministicreduxrm -rfi18nfindupopenerbabelinspectl10nairbnbopenmkdirsincludesless.jses-shimsponyfillfsstreamsnumberbatchsymboldataviewsettingsprocessapolloinstalllastES2017unicodecharacterviewspinner
1.0.0

12 days ago