cached-constructors-x

2.2.1 • Public • Published

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

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],
// }

Package Sidebar

Install

npm i cached-constructors-x

Weekly Downloads

4,671

Version

2.2.1

License

MIT

Unpacked Size

42.8 kB

Total Files

11

Last publish

Collaborators

  • xotic750