@taktikorg/ipsa-totam-aperiam

3.9.61 • Public • Published

@taktikorg/ipsa-totam-aperiam Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Determine if the JS environment has Symbol.toStringTag support. Supports spec, or shams.

Example

var hasSymbolToStringTag = require('@taktikorg/ipsa-totam-aperiam');

hasSymbolToStringTag() === true; // if the environment has native Symbol.toStringTag support. Not polyfillable, not forgeable.

var hasSymbolToStringTagKinda = require('@taktikorg/ipsa-totam-aperiam/shams');
hasSymbolToStringTagKinda() === true; // if the environment has a Symbol.toStringTag sham that mostly follows the spec.

Supported Symbol shams

Tests

Simply clone the repo, npm install, and run npm test

Package Sidebar

Install

npm i @taktikorg/ipsa-totam-aperiam

Weekly Downloads

13,032

Version

3.9.61

License

MIT

Unpacked Size

103 kB

Total Files

276

Last publish

Collaborators

  • lechuongb878