We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
My compilation target is ES2015 and my lib is the default.
ES2015
the default
JSON.stringify
This will type check but shouldn't.
const s: string = JSON.stringify(undefined)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description