cached-constructors-x

WebJar for cached-constructors-x

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

cached-constructors-x
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

cached-constructors-x
WebJar for cached-constructors-x
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать cached-constructors-x

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.2
1.0.0