class-utils
Utils for working with JavaScript classes and prototype methods.
Utils for working with JavaScript classes and prototype methods.
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Returns an array data type corresponding to an array constructor name.
Returns an array data type corresponding to an array constructor name.
Returns an array constructor corresponding to an array data type.
Casts an array to an array of a different data type.
Determines the underlying data type of an input value.
Returns an array constructor corresponding to an array data type.
Check if a value is an error constructor
Casts an array to an array of a different data type.
Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.
Node.js `childProcess.ChildProcess` ponyfill
Descriptive native js class creator
Chi-squared distribution constructor.
Raised cosine distribution constructor.
Gumbel distribution constructor.
Hypergeometric distribution constructor.
Inverse gamma distribution constructor.
Kumaraswamy's double bounded distribution constructor.
Geometric distribution constructor.