UNPKG

ts-generator

Version:

The missing piece for fully typesafe Typescript apps

4 lines (3 loc) 149 B
#!/usr/bin/env node import { TDeps } from "../deps"; export declare function cli(configPathRel: string, customDeps?: Partial<TDeps>): Promise<void>;