has-strict-mode
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

has-strict-mode Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Does the current JS environment have strict mode? ES5+ should; but let's not assume.

Example

var hasStrictMode = require('has-strict-mode');
var assert = require('assert');

assert.equal(hasStrictMode(), true); // will be `false` in IE 6-8

Tests

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

Package Sidebar

Install

npm i has-strict-mode

Weekly Downloads

649

Version

1.1.0

License

MIT

Unpacked Size

13.2 kB

Total Files

11

Last publish

Collaborators

  • ljharb