UNPKG

has-strict-mode

Version:

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

3 lines (2 loc) 67 B
declare function hasStrictMode(): boolean; export = hasStrictMode;