UNPKG

hash-fns

Version:

easily create, assess, and assure hashes within a pit-of-success

6 lines (5 loc) 180 B
import { Hash } from '../../domain/Hash'; /** * a simple function which converts a string into an md5 hash */ export declare const asHashMd5: (message: string) => Promise<Hash>;