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 d4b9288 commit 8559f6fCopy full SHA for 8559f6f
types/index.test-d.ts
@@ -43,4 +43,4 @@ sjson.parse('{"anything":0}', (key, value) => {
43
})
44
sjson.safeParse('{"anything":0}', (key, value) => {
45
expectType<string>(key)
46
-})
+})
0 commit comments