UNPKG

209 BTypeScriptView Raw
1import { PrepareCacheOptions, FileRef } from '@vercel/build-utils';
2declare function prepareCache({ workPath, entrypoint }: PrepareCacheOptions): Promise<Record<string, FileRef>>;
3export default prepareCache;