UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

4 lines (3 loc) 175 B
import type { DevToolsSys } from "../types"; import type { CLIArgs } from "./index"; export declare const runRepoIndexing: (sys: DevToolsSys, args: CLIArgs) => Promise<void>;