UNPKG

@onesy/utils

Version:
7 lines (6 loc) 168 B
export interface IOptions { serialize?: boolean; withPrefix?: boolean; } declare const hash: (value_: any, options_?: IOptions) => string; export default hash;