1.0.0 • Published 13 days ago

@rabiepenpm/tempore-excepturi-libero v1.0.0

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

@rabiepenpm/tempore-excepturi-libero Version Badge

github actions coverage License Downloads

npm badge

Get the byteLength out of a DataView, robustly.

This will work in node <= 0.10 and < 0.11.4, where there's no prototype accessor, only a nonconfigurable own property. It will also work in modern engines where DataView.prototype.byteLength has been deleted after this module has loaded.

Example

const dataViewByteLength = require('@rabiepenpm/tempore-excepturi-libero');
const assert = require('assert');

const ab = new ArrayBuffer(42);
const dv = new DataView(ab);
assert.equal(dataViewByteLength(dv), 42);

Tests

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

upconfigurableexec_.extendflagsharedarraybufferinternal slotrgbSymbolArraywatchUint8ClampedArraytypanionparents6to5Float32ArrayCSSStyleDeclarationconnectpolyfillfull-widthquerytestbrowserlistnamespluginassertspropertiesesxtermTypedArraytimejsonprunelesscsscreatemkdirdebuggerWeakMapcss nestingmoduleprototypecommanderomiteslintless.jshigher-orderfindcensorrequestbootstrap lessansi.envshebangcryptsetImmediatees-shimswritableReactiveExtensionsexpressionES3shellflatjsdiffformssignalsforEachtoolstypedarrayES2020byteLengthregularnegativeclassnamesymbolsdomstringifyenvironmentirqECMAScript 3startoptiontextreact-testing-libraryjasminemruschemequeuebundlingES2017fromES2019wordwrapless cssdescriptionurlsuser-streamsdefaulttrimEndArray.prototype.flatMapeslintpluginRegExp#flagsclonebundlerStyleSheetworkspace:*form-validationreact-hooksregexwhicharraysgradients cssES5jestcallbindES2016urlisConcatSpreadablevestreducerfindLastprivate datajQueryfile systemstatuslintpasswordESnextsigintECMAScript 2023typeerrorconsumetacitfantasy-landreducemkdirsbabelgetterES7validatordragwatchingnumbervalidatetestingserializationutilspurestatelessMapiterationworkerreadabledependencieselectronjsonschemaarrayguidMicrosoftdependency managerclass-validatorjson-schema-validationfast-deep-copyrfc4122airbnbcompile lessStreamauthenticationjwtprogressES2022RxJSajvECMAScript 2021scheme-validationecmascriptruntimedirectoryES2021getPrototypeOfasthasOwnpersistentes-shim APIcolumns$.extendUnderscorecopymimeloadingemojiqsgradients css3eventDispatcherstyled-componentsphonecoerciblesearchwaapiObject.ispathpropwgetreactcontainsArray.prototype.containsoptimizerspecserializerhandlersstable__proto__fullwidthbindclassnamesReactiveXECMAScript 2017dotenvquerystringtrimRightawaitpositivehasspinnerarktypepackage.jsontermlimitedtouchextratypedarraysdebugtranspilerassertionmerge[[Prototype]]toSortedexitcommand-lineFunction.prototype.namedescriptorsmacoswordbreakfind-upgenericsless compilerbyteerrorjapanesejsdomfunctionsimportmixinscommandajaxasyncgroupBysafecheckES2023es2016toStringTagWebSocketsinternalmovelasttypedparsejsxmime-dbenvperformantcodesquotetesterfseventsnamedescriptormatchesString.prototype.matchAlltsoffsetUint16ArrayoutputlessmimetypesappcryptoargsprettyieReflect.getPrototypeOfapolloaccessibilityes5css variablermargvfastifyfetchObject.definePropertydeepcopytddregular expressionssymbolRxArray.prototype.flatObject.keysserializepostcss-plugincollectiontypescriptInt8ArraystreameveryviewglobtypesnativemiddlewareminimalsignalspawnjavascripttrimStartpipei18nfullconfigzerohttpsfoldershamrequireexpressbrowsertraverseES2018ECMAScript 7hardlinkstoobjectwrapPromiseregular expressionframercharactercjkvalidationnodetypeofbootstrap cssnodejses8yamlhelpersInt16ArrayArray.prototype.includesresolvesigtermenderhookformclientio-tslibphonenumbereslint-plugintypeinterruptscomputed-typesJSONvalidcolorssyntaxkeysameValueZeroBigInt64Arrayavaponyfill3dECMAScript 2016package managercallboundfilterutilwebsiteArray.prototype.findLastIndexmodulesreact-hook-formdirchromereact animationlengthwindowspyyamldefinePropertyspringfilerm -frtostringtagconcatMapnpmECMAScript 5loggingrobustes2017ES2015weakmapfastcopycoreCSSreusefast-deep-cloneSymbol.toStringTagdeleteUint8Arrayes6deep-clonefastclonesettingsrm -rfstyleguidegetinspectutilitypicomatchAsyncIteratorflagsbddmochavarcssWebSocketargumentstranspilelogopenermulti-packagecolorencryptionfunctionalslicees-abstractFloat64ArrayconsolebyteOffsetmonorepodiffchromiumtc39deep-copyTypeBoxeast-asian-widthconcatrandomunicodefigletexecutableinvariantflatMappopmotionwalkingpromisefpdatastructuredClonefindLastIndexgetOwnPropertyDescriptorshrinkwrapArrayBuffer#slicetslibObjectsyntaxerrorObject.getPrototypeOfimmeridlecallincludesargumentlookeventsPushhash
1.0.0

13 days ago