md5.d.ts 69 B

123
  1. declare function md5(msg: string | number[]): string;
  2. export = md5;