@f1stnpm2/dignissimos-placeat-dolores
v1.0.0
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
4
Maintainers
Keywords
Readme
@f1stnpm2/dignissimos-placeat-dolores
Returns an array of Typed Array names that are available in the current environment.
Example
var availableTypedArrays = require('@f1stnpm2/dignissimos-placeat-dolores');
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