Returns a new string in which all occurrences of a substring are replaced with another string.
Promisifies all the selected functions in an object
Given a string with the format of a template literal, expand its placeholders with the values corresponding to a descriptor's keys.
All change-case methods bundled in a single module
Get the visual width of a string - the number of columns required to display it
The ESM-only 'color' package made compatible for use with CommonJS runtimes
Like Promise.all, but save rejections until all promises are resolved
Strongly-typed string functions.
RFC9562 UUIDs
A JavaScript parser built from the Hermes engine
Codecs for strings of different sizes and encodings
The core `url` packaged standalone for use with Browserify.
```js var copy = require('@kingjs/is'); ``` result: ```js ``` ## API ```ts declare function is( ): any ``` ### Parameters ### Returns ## Remarks ## Install With [npm](https://npmjs.org/) installed, run ``` $ npm install @kingjs/is ``` #
kill trees of processes
output coverage reports using Node.js' built in coverage
Renames a function.
Tiny helpers for processing regex syntax
Deprecate all the things
Matches strings against configurable strings, globs, regular expressions, and/or functions
Trim newlines from the start and/or end of a string
Combine an array of streams into a single duplex stream using pump and duplexify
A string tag that strips indentation from multi-line strings. ⬅️
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
writable stream that concatenates strings or binary data and calls a callback with the result