Removes whitespace and line-terminator characters from buffer edges
Remove spaces and tabs around line-breaks
Trim newlines from the start and/or end of a string
AudioBuffer ponyfill with operations toolkit
Remove final line feeds from a string
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Similar to String#trim() but removes only newlines
Spacetrim is trimming string from all 4 sides.
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Node.js Buffer API, for the browser
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
A tool for trimming deep/lenghty javascript structures. Some potential usages are: debugging, logging or data sanitization.
Is this value a JS SharedArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Get the ArrayBuffer out of a DataView, robustly.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
JSON parse & stringify that supports binary via bops & base64
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A pure javascript CRC32 algorithm that plays nice with binary data
Like String.trim() but you can choose granularly what to trim
No description provided.
No description provided.