4.4.89 • Published 10 months ago

@taktikorg/numquam-iste v4.4.89

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@taktikorg/numquam-iste Version Badge

github actions coverage License Downloads

npm badge

Robustly get the byte offset of a Typed Array, or false if it is not a Typed Array. Works cross-realm, in every engine, even if the byteOffset property is overridden.

Example

var typedArrayByteOffset = require('@taktikorg/numquam-iste');
var assert = require('assert');

assert.equal(false, typedArrayByteOffset(undefined));
assert.equal(false, typedArrayByteOffset(null));
assert.equal(false, typedArrayByteOffset(false));
assert.equal(false, typedArrayByteOffset(true));
assert.equal(false, typedArrayByteOffset([]));
assert.equal(false, typedArrayByteOffset({}));
assert.equal(false, typedArrayByteOffset(/a/g));
assert.equal(false, typedArrayByteOffset(new RegExp('a', 'g')));
assert.equal(false, typedArrayByteOffset(new Date()));
assert.equal(false, typedArrayByteOffset(42));
assert.equal(false, typedArrayByteOffset(NaN));
assert.equal(false, typedArrayByteOffset(Infinity));
assert.equal(false, typedArrayByteOffset(new Number(42)));
assert.equal(false, typedArrayByteOffset('foo'));
assert.equal(false, typedArrayByteOffset(Object('foo')));
assert.equal(false, typedArrayByteOffset(function () {}));
assert.equal(false, typedArrayByteOffset(function* () {}));
assert.equal(false, typedArrayByteOffset(x => x * x));
assert.equal(false, typedArrayByteOffset([]));

const buffer = new ArrayBuffer(32);

assert.equal(8, typedArrayByteOffset(new Int8Array(buffer, 8)));
assert.equal(8, typedArrayByteOffset(new Uint8Array(buffer, 8)));
assert.equal(8, typedArrayByteOffset(new Uint8ClampedArray(buffer, 8)));
assert.equal(4, typedArrayByteOffset(new Int16Array(buffer, 4)));
assert.equal(4, typedArrayByteOffset(new Uint16Array(buffer, 4)));
assert.equal(8, typedArrayByteOffset(new Int32Array(buffer, 8)));
assert.equal(8, typedArrayByteOffset(new Uint32Array(buffer, 8)));
assert.equal(16, typedArrayByteOffset(new Float32Array(buffer, 16)));
assert.equal(16, typedArrayByteOffset(new Float64Array(buffer, 16)));
assert.equal(16, typedArrayByteOffset(new BigInt64Array(buffer, 16)));
assert.equal(16, typedArrayByteOffset(new BigUint64Array(buffer, 16)));

Tests

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

back-endchinesecallbackclonesetstatusES2023eslintajvbundlercurldependency managertrimspringjoiqueueMicrotaskflattensesforkUint8ClampedArraytoSortedpackage.jsonfunctiones2018serializationgradients cssargsnameslicearraybuffertypedperformantgetOwnPropertyDescriptorkeydynamodbdeep-copypinotoolkitdropprocessString.prototype.matchAllserversetPrototypeOfasciies2015Objectless csseslint-pluginchromeloggingerror-handlingassertnegative zeroponyfillargvi18nECMAScript 5commanderbootstrap lessreact animationtddstringjson-schemaCSSStyleDeclarationtypesafeobjfluxfnmatchstreamsprotojsonschemal10nschemeclassestermURLSearchParamsdayjscomputed-typesassignshebangdirectorymobilestyleguideincludesIteratorstoragegatewayObject.entriesReflect.getPrototypeOfconcatMapec2dom-testing-libraryformstouchboundECMAScript 2020ArrayBuffer#slicesigintviewArray.prototype.flatMaphooksformatRxttyPushString.prototype.trimequalitycodesYAMLoutputHyBitsefficientignorecommand-linefullwidthtranspilebabel-coreeventDispatchercoerciblegenericsWeakMapfast-clonemruframeriteratecss variablecssES2019fromsuperstructserializervpcmomentwalkespreesharedarraybuffermixinsmatchUnderscoregetPrototypeOfwaapiReactiveXreal-timeoptimistreadablechromiumastmockingAsyncIteratorsimpledb3dmacospreserve-symlinkslockfilereact-componentvalidfantasy-landmulti-packagemkdirsReactiveExtensionseslintpluginfastifyjsasynces-shimsisflagartbddutilitiesperformanceregular expressionentriesdefinegetoptpnpm9matchAllemres5byteLengthacornArrayBuffergitignoreinbinariesmapinspectMapa11yObservablesArray.prototype.findLastfileless mixinsequalwritabledeterministicreadablestreamsigtermirqesjshintdataviewauthECMAScript 2016packagesmetadataposeES3ES2022byteform-validationglobalThisstyled-componentstypeoflocationpluginschemastringifierlintreact-testing-libraryecmascriptarrayshimhelperprotocol-bufferssameValueZerogradients css3modulesredactstringifycloudsearchcloudwatchUint8ArrayglacierlivetypanionelmInt16Arraylessnpmignorescheme-validationrobusthttpscolorglobal objectfullmovecontainsBigInt64Array__proto__utilssetterfastcloneArray.prototype.flatten.gitignoretypeInt32Arrayreduxtraversevariablesspawnhardlinkscss lessbabelpromiserandomSymbol.toStringTagclienttakeaccessibilityhttpstyledescriptionObject.iszerotacitbeanstalkes7hashbyteOffsetgraphqlindicatorrequestnpmcacheredirectsignalexecfileopensslairbnbsidebrowserlisthandlerregexpcallbindsignalsvaluesjsonfindLastmanagerfunctionalfast
4.4.89

10 months ago

4.4.88

10 months ago

4.4.87

10 months ago

4.4.86

10 months ago

4.4.85

10 months ago

4.4.84

10 months ago

4.4.83

10 months ago

4.4.82

11 months ago

4.4.81

11 months ago

4.4.80

11 months ago

4.4.79

11 months ago

4.4.78

11 months ago

4.4.77

11 months ago

4.4.76

11 months ago

4.4.75

11 months ago

3.4.75

11 months ago

3.4.74

11 months ago

3.4.73

11 months ago

3.4.72

11 months ago

3.4.71

11 months ago

3.4.70

11 months ago

3.4.69

11 months ago

3.4.68

11 months ago

3.4.67

11 months ago

3.4.66

11 months ago

3.4.65

11 months ago

3.4.64

11 months ago

3.4.63

11 months ago

3.4.62

11 months ago

3.4.61

11 months ago

3.4.60

11 months ago

3.4.59

11 months ago

3.4.58

11 months ago

3.4.57

11 months ago

3.3.57

11 months ago

3.3.56

11 months ago

3.3.55

11 months ago

3.3.54

12 months ago

3.3.53

12 months ago

3.3.52

12 months ago

3.3.51

12 months ago

3.3.50

12 months ago

2.3.50

12 months ago

2.3.49

12 months ago

2.3.48

12 months ago

2.3.47

12 months ago

2.3.46

12 months ago

2.3.45

12 months ago

2.3.44

12 months ago

2.3.43

12 months ago

2.3.42

12 months ago

2.3.41

12 months ago

2.3.40

12 months ago

2.3.39

12 months ago

2.3.38

12 months ago

2.3.37

12 months ago

2.3.36

12 months ago

2.3.35

1 year ago

2.3.34

1 year ago

2.3.33

1 year ago

2.3.32

1 year ago

2.3.31

1 year ago

2.3.30

1 year ago

2.2.30

1 year ago

2.2.29

1 year ago

2.2.28

1 year ago

2.2.27

1 year ago

2.2.26

1 year ago

2.2.25

1 year ago

2.2.24

1 year ago

2.2.23

1 year ago

2.2.22

1 year ago

2.2.21

1 year ago

2.2.20

1 year ago

2.2.19

1 year ago

2.2.18

1 year ago

2.2.17

1 year ago

2.2.16

1 year ago

2.1.16

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

1.1.9

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago