UNPKG

@push.rocks/smarthash

Version:

Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.

2 lines (1 loc) 79 B
export declare const md5FromString: (stringToHash: string) => Promise<string>;