UNPKG

rollup-plugin-stats

Version:
8 lines (7 loc) 355 B
type ExcludeFilepathParam = string | RegExp | ((filepath: string) => boolean); export type ExcludeFilepathPatterns = ExcludeFilepathParam | Array<ExcludeFilepathParam>; /** * Check if filepath should be excluded based on patterns */ export declare function checkExcludeFilepath(filepath: string, patterns?: ExcludeFilepathPatterns): boolean; export {};