MCPcopy Create free account
hub / github.com/effector/effector / dir

Function dir

tools/builder/utils.ts:16–18  ·  view source on GitHub ↗
(...paths: string[])

Source from the content-addressed store, hash-verified

14
15const root = process.cwd()
16export function dir(...paths: string[]) {
17 return resolve(root, ...paths)
18}
19
20/**
21 *

Callers 12

getPluginsFunction · 0.90
rollupEffectorFunction · 0.90
rollupEffectorDomFunction · 0.90
rollupEffectorReactFunction · 0.90
runBuildFunction · 0.90
rollupEffectorSolidFunction · 0.90
rollupEffectorVueFunction · 0.90
createUmdFunction · 0.90
createCompatFunction · 0.90
createEsCjsFunction · 0.90
outputPackageJSONFunction · 0.85
massCopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected