Typescript utility functions to create, commit and revert a diff of two buffer objects.
Safer Node.js Buffer API
Get the ArrayBuffer out of a TypedArray, robustly.
JSON parse & stringify that supports binary via bops & base64
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a DataView, robustly.
No description provided.
Determine if an object is a Buffer
Constant-time comparison of Buffers
Fast Javascript text diff
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
A simple module for bitwise-xor on buffers
return whether two buffers are equal
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI
Compare items in two sequences to find a longest common subsequence
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Convert character encodings in pure javascript.
An advanced font engine for Node and the browser
Easier Buffer cloning in node.