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.
Casts an array to an array of a different data type.
Returns an array constructor corresponding to an array data type.
Returns an array constructor corresponding to an array data type.
Determines the underlying data type of an input value.
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
Weibull distribution constructor.
Rayleigh distribution constructor.
Student's t distribution constructor.
Triangular distribution constructor.
Determine the name of a value's constructor.
Uniform distribution constructor.
Array index constructor.