UNPKG

@onesy/utils

Version:
6 lines (5 loc) 160 B
export interface IOptions { withPrefix?: boolean; } declare const hashFile: (value_: any, options_?: IOptions) => Promise<string>; export default hashFile;