1.0.0 • Published 14 days ago

@hutechtechnical/cupiditate-aut-perferendis-nesciunt v1.0.0

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

@hutechtechnical/cupiditate-aut-perferendis-nesciunt Version Badge

github actions coverage License Downloads

npm badge

Get the byteOffset 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.byteOffset has been deleted after this module has loaded.

Example

const dataViewByteOffset = require('@hutechtechnical/cupiditate-aut-perferendis-nesciunt');
const assert = require('assert');

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

Tests

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

reusegetES2016syntaxerrorsesObject.fromEntriesstylingsetImmediatefast-clonefastifystabletypedlogphoneidleclassnametouchslotelasticachedom-testing-librarynegativeBigUint64ArraysuperstructgetOwnPropertyDescriptorconcurrencylessconfigurableformattingwhichfolderargvString.prototype.trimfileindicatorjoigenericsES7dateextraMapreact-hook-formArrayUint8Arraycomputed-typesclidataViewelmvariablesmatchAllmkdirsredacthasbddframeworkprunekeysetPrototypeOfdeepcloneStreamdomyamlcolorhttpmonorepooptiondefinePropertygroupByPromisereduxemitWeakMapconcatMapflattenloadingprotocol-buffersimmerCSSapiwgetimportboundless mixinsECMAScript 6setterthroatchrometermtoStringTagReactiveXtostringtagsettingsencryptionschemeawaitjasminesymbolhasOwnPropertyPushcodeschromiumprivatetrimStartstringifyswfdotenvwritepackage.jsontoSortedflagscss nestingcss lessArray.prototype.findLastgdprRegExp#flagsimportexportfunctionsreact-hooksconsumehooksesmoduletslibansiurlwatcherRegExp.prototype.flagsrmdirvpcrequireArray.prototype.containstoArraytypedarraysstatetoolscjkstarterapolloreplaycacheecmascripthotstringifiergetintrinsicstylesheetECMAScript 2023authmomentelectron$.extendcloneECMAScript 3scheme-validationeslintconfigspecYAMLhookformtypeerrores8mkdirwidthsnsES8dropes2017fetchjsdomcommand-lineargsSymbol.toStringTaglimitqueueMicrotaskes-shim APIrapidstdlibmake diraccessoridlazyes7ES2017URLbuffersio-tscircularredirectcloudformationECMAScript 2015testingvestcallbindshrinkwrapeverycontainsprettyinvariantjapanesesequenceECMAScript 2022inputES5equales2016readableparentpersistentreact-testing-libraryECMAScript 2019simpledbvariables in cssdirECMAScript 5columnsescaperfc4122eslintpluginviewpropertyglacierwafjsonpathdataflagstringefficientObject.entriesglobenderwaitinspectauthenticationmergejwtdependenciesWeakSetmulti-packageBigInt64ArrayjQueryreactformweaksetfastcopymkdirpmixinsserializereal-timereadablestreamjsonpatharrayinferenceenvpackagepackage managerES2015cryptratelimitvalidateArray.prototype.includeses2015typanionassertsautoscalingschemacompile lesssetyupES2020toolkites6storagegatewaylivefilterpushlookutilityelbperformantclassnamesnodeenvironmentflattask_.extendresolvexhrlook-upeast-asian-widthEStc39browsersliststylesoncesortcore-jspolyfillsidehttpsvalidationbootstrap cssbusyTypeBoxInt32ArraystreamsarktyperangeerrorutilperformancelrucryptoES6IteratoramazonES3defineopenspinnersprotowordbreakmatcheszodprefixfunctionECMAScript 2020airbnbloggerruntimefrominternalhelperseventDispatcherFunction.prototype.namediffArray.prototype.flatMapObjectforEachdatastructureparentscoredirectorySymbolebsthrottleajaxcloudfrontmapvalueastquerycomparetyped arraybootstrap lessJSON-Schemaless cssquerystringlibphonenumberlesscsscss variableRxfullenumerableoptimistdebuggerfixed-width
1.0.0

14 days ago