UNPKG

@captive/plop-config

Version:
7 lines (6 loc) 188 B
export interface PlopValidator<T> { (input: any, answers?: T): boolean | string; } export interface PlopAsyncValidator<T> { (input: any, answers?: T): Promise<boolean | string>; }