UNPKG

374 BTypeScriptView Raw
1export declare function file_list_filter(paths: string[], filters: string[]): string[];
2/**
3 * Changes the values in the supplied paths array to be absolute URIs
4 */
5export declare function prepend_paths(prefix: string, paths: string[]): void;
6export declare function apply_filters(basePath: string, allFiles: string[], includeFilters: string[], options: number): string[];