to-string-tag-x

2.1.2 • Public • Published

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

/to-string-tag-x/

    Package Sidebar

    Install

    npm i to-string-tag-x

    Weekly Downloads

    5,356

    Version

    2.1.2

    License

    MIT

    Unpacked Size

    90.3 kB

    Total Files

    11

    Last publish

    Collaborators

    • xotic750