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