UNPKG

@netlify/content-engine

Version:
7 lines 238 B
/** * Create a MD5 hash from a given filePath * @param filePath Absolute path to the file * @returns MD5 hash in hex format */ export declare const md5File: (filePath: string) => Promise<string>; //# sourceMappingURL=md5-file.d.ts.map