Invokes a callback on each value of a array tree.
Returns a new string in which all occurrences of a substring are replaced with another string.
A better forEach
```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 ``` #
Given a string with the format of a template literal, expand its placeholders with the values corresponding to a descriptor's keys.
Parameterised tests for Jest
Defines a property on a target with a symbol name derived from `package` and `version`.
Wraps strings found in a descriptor's `value`, `get` or `set` into an appropriate corresponding lambda functions.
A JavaScript text diff implementation.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Renames a function.
Loop over each item in an array and call the given function on every element.
Processes each properties of an object deeply.
The master readme template for the `kingjs` scope.
Extends `kingjs/reflect.define-property` with richer overloads.
```js var objectEx = require('@kingjs/object-ex'); ``` --- Property descriptors are divided into classes named: - `field` - `function` - `accessor` - `property`
Exports all `@kingjs/descriptor.nested.array.*` functionality in one package.
Strip leading whitespace from each line in a string
Iterate all the data in a stream
Expands `README.t.md` into `README.md`.
Replaces a description of a function or accessor with a corresponding descriptor that delegates to the original descriptor and caches its result in a a corresponding property on `this`.
Returns a function whose properties map strings to symbols which when defined together act as an interface.
Server runtime for Remix
Apply an async function to each Array element in series.