set blocking stdio and stderr ensuring that terminal output does not truncate
TypeScript definitions for sqlstring
Ever wanted a bin for your node module?
TypeScript definitions for file-saver
SHA-3 proposal Blake
TypeScript definitions for flat
Split text nodes into arbitrary chunks then wrap each chunk in an element.
Runtime Environment for enzyme tests in jest
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Port of jQuery.extend for node.js and the browser
Turns browser fetch stream into asynchronous iterator
In-memory key-value store with history! Keys are strings, values are any type.
nv-random-pson ======================= - generate a random JSON, whose string-lelement could be directly using '"' + str + '"' when do JSON.stringify - nvlang support a subset-of-json called pson
Reactive Forms for React - Core
The lodash method `_.escape` exported as a module.
Core Inquirer prompt API
Run Split Tests (or A/B tests) with the power of Svelte(Kit)
Allow parsing of the exponentiation operator
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Calculate the pixel size of a string
Resolve the path of a module like `require.resolve()` but from the current working directory
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`