Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib.d.ts: Include undefined in return type of JSON.stringify()
JSON.stringify() may return undefined if the given input value is undefined or if the input value is not serializable (like `function(){}`). See #18879
- Loading branch information