UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

10 lines (9 loc) 218 B
export declare namespace SourceFinder { const find: (props: IProps) => Promise<string[]>; } interface IProps { exclude?: string[]; include: string[]; filter: (location: string) => boolean; } export {};