UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

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