cached-constructors-x

WebJar for cached-constructors-x

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

cached-constructors-x
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

cached-constructors-x
WebJar for cached-constructors-x
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/Xotic750/cached-constructors-x

Download cached-constructors-x

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/cached-constructors-x/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cached-constructors-x</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cached-constructors-x/
implementation 'org.webjars.npm:cached-constructors-x:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/cached-constructors-x/
implementation ("org.webjars.npm:cached-constructors-x:1.0.2")
'org.webjars.npm:cached-constructors-x:jar:1.0.2'
<dependency org="org.webjars.npm" name="cached-constructors-x" rev="1.0.2">
  <artifact name="cached-constructors-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cached-constructors-x', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "cached-constructors-x" % "1.0.2"
[org.webjars.npm/cached-constructors-x "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.2
1.0.0