cached-constructors-x
Constructors cached from literals.
module.exports
: Object
⏏
Constructors cached from literals.
Kind: Exported member
Example
import * as constructors from 'cached-constructors-x';
console.log(constructors);
// {
// ArrayCtr: [Function: Array],
// BooleanCtr: [Function: Boolean],
// FunctionCtr: [Function: Function],
// NumberCtr: [Function: Number],
// ObjectCtr: [Function: Object],
// RegExpCtr: [Function: RegExp],
// StringCtr: [Function: String],
// }