UNPKG

@tsed/cli

Version:
12 lines (11 loc) 360 B
import type { GenerateCmdContext } from "../../interfaces/GenerateCmdContext.js"; type TemplateOptions = { type?: string; name?: string; symbolName?: string; symbolPath?: string; symbolPathBasename?: string; directory?: string; }; export declare function mapDefaultTemplateOptions(opts: TemplateOptions): GenerateCmdContext; export {};