UNPKG

@gent-js/gent

Version:

template-based data generator.

5 lines (4 loc) 219 B
import type { ResultCode } from "./cliTypes.js"; import type { ProgramOptions } from "./types.js"; import "./command/commands/index.js"; export declare function run(programOptions: ProgramOptions): Promise<ResultCode>;