Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Returns an array of Typed Array names that are available in the current environment
- typed
- arrays
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- BigInt64Array
- BigUint64Array
Robustly get the length of a Typed Array
- typed
- array
- length
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
A simple list of possible Typed Array names.
- typed
- array
- typedarray
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- BigInt64Array
- BigUint64Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
- array
- TypedArray
- typed array
- is
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
- array
- TypedArray
- typed array
- which
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Robustly get the byte offset of a Typed Array
- typed
- array
- byteOffset
- byte
- offset
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- View more
Robustly get the byte length of a Typed Array
- typed
- array
- byteLength
- byte
- length
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- View more
TypedArray polyfill for old browsers
- ArrayBuffer
- DataView
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- typed
- array
- polyfill
Encoding and decoding for base64, base32, base16, and friends
Check if a Node.js Buffer or Uint8Array is UTF-8
Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
- async
- buffer
- data
- file
- file-system
- filepath
- files
- filesystem
- folder
- format
- fs
- fs.createWriteStream
- fs.writeFile
- fs.writeFileSync
- View more
A Lite Polyfill for the Encoding Living Standard's API.
Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer
convert a buffer (or string) to a Uint8Array
isomorphic hex library in 256 bytes
Typescript-native, declarative DSL for working with binary data
Create Uint8Array buffers from hexadecimal strings, and vice versa.
A safe Uint8Array to base64 string converter
Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript
A safe Uint8Array to utf-16 string converter