MCPcopy Index your code
hub / github.com/epicweb-dev/advanced-react-patterns / here

Function here

epicshop/fix.js:10–10  ·  view source on GitHub ↗
(...p)

Source from the content-addressed store, hash-verified

8
9const __dirname = path.dirname(fileURLToPath(import.meta.url))
10const here = (...p) => path.join(__dirname, ...p)
11const VERBOSE = false
12const logVerbose = (...args) => (VERBOSE ? console.log(...args) : undefined)
13

Callers 1

fix.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected