UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

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