UNPKG

readdir

Version:

Reads a directory and return results with the ability to use Ant style file match patterns

7 lines (6 loc) 374 B
export declare function file_list_filter(paths: string[], filters: string[]): string[]; /** * Changes the values in the supplied paths array to be absolute URIs */ export declare function prepend_paths(prefix: string, paths: string[]): void; export declare function apply_filters(basePath: string, allFiles: string[], includeFilters: string[], options: number): string[];