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 39de1e6 commit 1868b0eCopy full SHA for 1868b0e
readme/example.js
@@ -1,5 +1,9 @@
1
import readFileJson from "read-file-json"
2
3
-readFileJson("./doesNotExist.json5").then(result => {
+readFileJson("./exists.json5").then(result => {
4
+
5
+})
6
7
+readFileJson("./doesNotExist.json5").then(result2 => {
8
9
})
readme/result.js
@@ -1 +1 @@
-null
+["a", "b", "c"]
readme/result2.js
@@ -0,0 +1 @@
+null
0 commit comments