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

Function toAbsolute

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

Source from the content-addressed store, hash-verified

37}
38
39const toAbsolute = (path) => resolve(typeperfDir, path)
40
41const sanitize = (name) => name.replace(/[^a-zA-Z0-9._-]/g, "-")
42

Callers 1

run.mjsFile · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected