UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

6 lines (5 loc) 197 B
/** fastest implementation * from: http://www.myersdaily.org/joseph/javascript/md5-text.html */ /** Get an MD5 hash for a specific string input */ export declare function md5(s: string): string;