Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

github actionscoveragedependency statusdev dependency statusLicenseDownloads

npm badge

Returns an array of Typed Array names that are available in the current environment.

Example

varavailableTypedArrays=require('available-typed-arrays');varassert=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 runnpm test

About

Returns an array of Typed Array names that are available in the current environment.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp