UNPKG

create-snippet

Version:
7 lines (6 loc) 196 B
export interface InterfaceArgv<TypeArgv> { format: (name: string) => TypeArgv; find: (name: string) => TypeArgv; getNotFormatted: () => string[]; getFormatted: () => TypeArgv[]; }