cached-constructors-x
v2.2.1
Published
Constructors cached from literals.
Downloads
31,564
Maintainers
Readme
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],
// }