Well-formed JSON.stringify
namespace JSON {
stringify(target: any, replacer?: Function | Array, space?: string | number): string | void;
}
CommonJS entry points
core-js/proposals/well-formed-stringify
JSON.stringify
namespace JSON {
stringify(target: any, replacer?: Function | Array, space?: string | number): string | void;
}
core-js/proposals/well-formed-stringify