UNPKG

@tsed/cli

Version:
13 lines (12 loc) 381 B
import type { GenerateCmdContext } from "../../interfaces/GenerateCmdContext.js"; export declare function addContextMethods(context: GenerateCmdContext): { getName: (state: { type?: string; name?: string; }) => string; getRoute: (state: { type?: string; name?: string; }) => string; getDirectories: (dir: string) => string[]; };