- Notifications
You must be signed in to change notification settings - Fork3
Returns an array of Typed Array names that are available in the current environment.
License
NotificationsYou must be signed in to change notification settings
inspect-js/available-typed-arrays
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Returns an array of Typed Array names that are available in the current environment.
varavailableTypedArrays=require('available-typed-arrays');varassert=require('assert');assert.deepStrictEqual(availableTypedArrays().sort(),['Int8Array','Uint8Array','Uint8ClampedArray','Int16Array','Uint16Array','Int32Array','Uint32Array','Float32Array','Float64Array','BigInt64Array','BigUint64Array'].sort());
Simply clone the repo,npm install
, and runnpm test
About
Returns an array of Typed Array names that are available in the current environment.
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published