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 4dbcf4a commit 7357f11Copy full SHA for 7357f11
index.d.ts
@@ -1,3 +1,3 @@
1
declare function PrettyJSON(obj: object): void;
2
3
-export = PrettyJSON;
+export default PrettyJSON;
0 commit comments