UNPKG

netlify

Version:

Netlify command line tool

8 lines 219 B
import walker from 'folder-walker'; export type OriginalFile = walker.Entry; export type File = walker.Entry & { hash: string; assetType: string; normalizedPath: string; }; //# sourceMappingURL=file.d.ts.map