We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b066d73 commit 47a68efCopy full SHA for 47a68ef
1 file changed
src/lib/es5.d.ts
@@ -1156,7 +1156,7 @@ interface JSON {
1156
* @param value A JavaScript value, usually an object or array, to be converted.
1157
* @param replacer An array of strings and numbers that acts as an approved list for selecting the object properties that will be stringified.
1158
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
1159
- * @throws {TypeError} If a circular reference is found or a BigInt value is encountered.
+ * @throws {TypeError} If a circular reference or a BigInt value is found.
1160
*/
1161
stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
1162
}
0 commit comments