to-string-tag-x

WebJar for to-string-tag-x

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

to-string-tag-x
Last Version

Last Version

1.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

to-string-tag-x
WebJar for to-string-tag-x
Project URL

Project URL

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

Source Code Management

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

Download to-string-tag-x

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : lodash.isnull jar [3.0.0,4)
org.webjars.npm : validate.io-undefined jar [1.0.3,2)

Project Modules

There are no modules declared in this project.

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]'

Versions

Version
1.4.3
1.4.2