UNPKG
strict-supported
Version:
latest (1.0.0)
1.0.0
Check if strict mode is supported.
Richienb/strict-supported
strict-supported
/
index.d.ts
14 lines
(12 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * If strict mode is supported. *
@example
* ``` * const strictSupported = require("strict-supported"); * * strictSupported; * //=> true * ``` */
declare
const
strictSupported
:
boolean
export = strictSupported;