UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

7 lines (6 loc) 293 B
import { IBuffer, Bytes } from '../buffer'; export declare function md5_hex(s: string | Bytes): string; export declare function md5_b64(s: string | Bytes): string; export declare function md5_str(s: string | Bytes): string; declare var md5: (s: string | Bytes) => IBuffer; export default md5;