MCPcopy Create free account
hub / github.com/Effect-TS/effect / readJson

Function readJson

packages/effect/typeperf/run.mjs:32–32  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

30const effectTsconfigPath = join(effectDir, "tsconfig.json")
31
32const readJson = (path) => JSON.parse(readFileSync(path, "utf8"))
33
34const writeJson = (path, value) => {
35 mkdirSync(dirname(path), { recursive: true })

Callers 1

run.mjsFile · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected