Constructors cached from literals.
npm install cached-constructors-x href="https://travis-ci.org/Xotic750/cached-constructors-x"
title="Travis status"> src="https://travis-ci.org/Xotic750/cached-constructors-x.svg?branch=master"
alt="Travis status" height="18">
href="https://david-dm.org/Xotic750/cached-constructors-x"
title="Dependency status"> alt="Dependency status" height="18"/>
href="https://david-dm.org/Xotic750/cached-constructors-x?type=dev"
title="devDependency status"> alt="devDependency status" height="18"/>
href="https://badge.fury.io/js/cached-constructors-x"
title="npm version"> alt="npm version" height="18">
href="https://www.jsdelivr.com/package/npm/cached-constructors-x"
title="jsDelivr hits"> alt="jsDelivr hits" height="18">
href="https://bettercodehub.com/results/Xotic750/cached-constructors-x"
title="bettercodehub score"> alt="bettercodehub score" height="18">
href="https://coveralls.io/github/Xotic750/cached-constructors-x?branch=master"
title="Coverage Status"> alt="Coverage Status" height="18">
Constructors cached from literals.
Constructors cached from literals.
Kind: Exported member
Example
``js
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],
// }
``