UNPKG

@khulnasoft.com/dev-tools

Version:

KhulnaSoft Visual CMS Devtools

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