Skip to content

Commit 2df6b42

Browse files
author
Thomas Reggi
authored
fix: remove stringify overloads
NODE-2846
1 parent d685aa5 commit 2df6b42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/extended_json.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ export namespace EJSON {
349349
* console.log(EJSON.stringify(doc));
350350
* ```
351351
*/
352-
export function stringify(value: SerializableTypes): string;
353-
export function stringify(value: SerializableTypes, options?: EJSON.Options): string;
354352
export function stringify(
355353
value: SerializableTypes,
356354
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)