Skip to content

Commit

Permalink
fix: remove stringify overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Reggi authored Oct 16, 2020
1 parent d685aa5 commit 2df6b42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extended_json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ export namespace EJSON {
* console.log(EJSON.stringify(doc));
* ```
*/
export function stringify(value: SerializableTypes): string;
export function stringify(value: SerializableTypes, options?: EJSON.Options): string;
export function stringify(
value: SerializableTypes,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 2df6b42

Please sign in to comment.