We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d685aa5 commit 2df6b42Copy full SHA for 2df6b42
src/extended_json.ts
@@ -349,8 +349,6 @@ export namespace EJSON {
349
* console.log(EJSON.stringify(doc));
350
* ```
351
*/
352
- export function stringify(value: SerializableTypes): string;
353
- export function stringify(value: SerializableTypes, options?: EJSON.Options): string;
354
export function stringify(
355
value: SerializableTypes,
356
// eslint-disable-next-line @typescript-eslint/no-explicit-any
0 commit comments