UNPKG

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

Version:
7 lines (6 loc) 181 B
export interface TraversalCache { localFiles: Set<string>; moduleNames: Set<string>; modulePaths: Set<string>; } export declare const getNewCache: () => TraversalCache;