UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

5 lines (4 loc) 131 B
import type { DevToolsPath } from "../types"; export declare function createPath(opts: { cwd?: () => string; }): DevToolsPath;