UNPKG

@netlify/cache-utils

Version:

Utility for caching files in Netlify Build

6 lines (5 loc) 152 B
export declare const list: ({ cacheDir, cwd: cwdOpt, depth, }?: { cacheDir?: string; cwd?: string; depth?: number; }) => Promise<string[]>;