to-string-tag-x

WebJar for to-string-tag-x

Лицензия

Лицензия

MIT
Группа

Группа

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

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

to-string-tag-x
Последняя версия

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

1.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

to-string-tag-x
WebJar for to-string-tag-x
Ссылка на сайт

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

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

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

https://github.com/Xotic750/to-string-tag-x

Скачать to-string-tag-x

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash.isnull jar [3.0.0,4)
org.webjars.npm : validate.io-undefined jar [1.0.3,2)

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

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

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

to-string-tag-x

Get an object's ES6 @@toStringTag.

See: 19.1.3.6 Object.prototype.toString ( )

module.exports(value)string

The toStringTag method returns "[object type]", where type is the object type.

Kind: Exported function
Returns: string - The object type string.

Param Type Description
value * The object of which to get the object type string.

Example

import toStringTag from 'to-string-tag-x';

console.log(toStringTag({})); // returns '[object Object]'

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

Версия
1.4.3
1.4.2