@taktikorg/ipsa-totam-aperiam

2.3.23 • 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

42,456

Version

2.3.23

License

MIT

Unpacked Size

24.3 kB

Total Files

49

Last publish

Collaborators

  • lechuongb878