Skip to content

Commit c14306c

Browse files
authored
Create index.d.ts
1 parent 6cb7651 commit c14306c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module 'fast-json-stable-stringify' {
2+
function stringify(obj: any): string;
3+
export = stringify;
4+
}

0 commit comments

Comments
 (0)