mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
|
|
import blueimp = require('blueimp-md5');
|
|
|
|
function hash(): boolean {
|
|
return blueimp.md5('hello world') === '5eb63bbbe01eeed093cb22bb8f5acdc3';
|
|
}
|