Skip to content

Commit 7357f11

Browse files
fix: outdated ts type declaration (#122)
1 parent 4dbcf4a commit 7357f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
declare function PrettyJSON(obj: object): void;
22

3-
export = PrettyJSON;
3+
export default PrettyJSON;

0 commit comments

Comments
 (0)