UNPKG

@netlify/zip-it-and-ship-it

Version:
6 lines (5 loc) 260 B
export declare const filterExcludedPaths: (paths: string[], excludePattern?: string[]) => string[]; export declare const getPathsOfIncludedFiles: (includedFiles: string[], basePath?: string) => Promise<{ excludePatterns: string[]; paths: string[]; }>;