md5.d.ts 69 B

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