1.0.0 • Published 1 year ago

@crabas0npm/sequi-nihil-praesentium v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@crabas0npm/sequi-nihil-praesentium 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('@crabas0npm/sequi-nihil-praesentium');
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

debuggerdataViewECMAScript 2017RegExp.prototype.flagstypesafesanitizedirectorylastmulti-packageutilsRxfile systemmime-dbsafephoneqsconfigES7hasAsyncIteratorWeakMapless.jsreact-testing-libraryMapequal6to5inputjsonawaitreadablestreamdomtestrapidvestprivate datadescriptorsredactextraArray.prototype.findLastIndexobjectargparseESnextlimitpackage.jsonaccessibilitysigintsharedarraybufferdeep-cloneietypedarrayhooksbannervalidhashdeepcopygdprpnpm9yamltrimECMAScript 2015dependency managerdeepjasminejsonschemaframeworkesreact-hookscurlcss nestingdom-testing-libraryassertMicrosoftajax.envstringifierttyreducenumberpackagesspecmomentbundlerpostcss-pluginFloat32ArrayECMAScript 2022ES3PromisedefineperformanceslicetrimStartbundlinglanguageES2017serializertimeform-validationtypanionpostcssspringprefixwaiteslintsharedHyBischemaharmonycolumncall-boundutil.inspectobjcallboundapolloArrayfolderformsrequireserializationrfc4122warningjestinstallerwhichhardlinkses2015negativenameslengthtoobjectweaksetflagsfixed-widthrmdirstatusreadvalidatematchAlldatastructuredefinePropertysymbolswgetmodulepreserve-symlinksfast-deep-cloneInt8ArrayflattenArray.prototype.findLastmruflatMaparraykarmauuidObject.valuesnegative zeromkdirptrimEndjsomitregexppackage manageroptionutilitiesopenmimedayjses7oncenested cssarktypeterminalupautoprefixerefficientrm -rfasynctddcompilerpathfindregularsymlinklrutypedarraysfindLastfilegetintrinsicnodejscharactersthroattostringtagnpmexit-codees5arrayspoint-freefunctionalECMAScript 5ratebatchansibabel-corecommanderReflect.getPrototypeOfes2018regular expressionmatchwriteelectronStyleSheetWebSocketsgradients csscallbindtraverseECMAScript 6letes8react-hook-formcircularString.prototype.trimcommand-lineirqeventDispatcherObservablesFloat64ArraypropCSSquerystringtypebreaktesterfast-deep-copyES2022sortedastvisualboundhandlersArray.prototype.flatMapsymbolcurriedargvbyteLengthenderjson-schema-validatorless compilerstyleguideArray.prototype.containssuperagenttouchindicatorinspectruntimepureairbnbeslint-pluginformattoSortedl10nconsumestartermergewatchFilestyled-componentsUint16ArrayTypeScriptwordbreakclassnamecompile lesstypedeventEmittermixinswalkingthreegenericsES5es6writablethrottlepromiseponyfillcolorJSONparentsidedotenvObject.getPrototypeOfqueueMicrotaskregular expressionsmoduleslook-upcloneiterationargumentrangeerrorfindLastIndexcode pointsiteratorcliloggingwatchingasciistylingdebugjson-schemalazyBigUint64ArrayECMAScript 2019variableshasOwnerror-handlinghttpswaapioffsetRegExp#flagsfpIteratornativevaluesdescriptiontoStringTagencryptionlimitedES2018WebSocketgetoptrandompolyfillprettyfigletvariables in csspruneemitlinewrapwordwrapstylesheetdropreal-timequeuebrowserlistgraphqlclassesInt32Arraytacitdiffestreecss-in-jsjsonpathCSSStyleDeclaration_.extendstreamsreduxgetterclientschememiddlewarecorelibphonenumbereventsdependenciescssfunctionsequenceshameast-asian-widthsetUint8ClampedArraycomputed-typesentriespluginreducerpushbuffersReactiveExtensionsrequestPushfsextendcore-jstrimLeftoutputpersistentes-shim APIES8class-validatorRFC-6455escapelessoptimistrm -frprotobuflistenersperformantbyteArrayBufferdeterministicflatemojiECMAScript 7immutablelintReactiveXexitutilitywhatwgmake dirremovetranspilecoerciblestringjoiwebgetOwnPropertyDescriptorchannelrmclassnamesstreamTypeBoxES2023fastifyObject.keyslockfileinterruptsstringifyURLSearchParamssettingskeysfast-clonelinkcensorconstpyyamljsdifffilterloggerconfigurablecharacterfullwidthprotocol-bufferschromeidlemkdirvaluea11yshellArray.prototype.includesisreactes-shimsviewpositivequeryObservable3dbootstrap lesstoolkitexpressiongesturesuser-streamsJSON-Schematyped arraycall-bindArray.prototype.flatArrayBuffer.prototype.sliceforEachhigher-orderRxJScjkramdaargspipeutilpicomatchenumerabledirUint8ArrayFunction.prototype.namestylesaccessorjQuerybusyratelimitauthnameECMAScript 2018takesignalecmascriptxhrrgbapigetresolveES2015Uint32ArrayenvironmentinstalldeletepreprocessorECMAScript 2016consolefastcloneguidquotemimetypeswidthiteratesyntaxerrorcheckgetPrototypeOfassertstc39tszodsomeparentsanimationintrinsickeyenvrobustgroupBypackageECMAScript 2020fseventsserializeObject.definePropertytelephonegradients css3loadingparsegroupfunctionsvalidatorsyntaxbootstrap csshttpstatelessvalidationfantasy-landwatchInt16ArraybindES6xtermformtapeyupeslintconfigprocesssigtermtrimRightarraybufferprivateObject.isartObject.entriesstreams2deep-copydatefastcopydataviewstructuredClonepasswordjavascriptkoreancorsslotuninstallcodesbddspeedcollection.es6shimjsdomwalktypesspinnertypescriptpromisesnopepropertiesSymbol.toStringTag
1.0.0

1 year ago