UNPKG

dgeni-packages

Version:

A collection of dgeni packages for generating documentation from source code

6 lines (5 loc) 193 B
export interface SourcePattern { include: string; exclude?: string; } export declare function expandSourceFiles(sourceFiles: Array<SourcePattern | string>, basePath: string): string[];