mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import md5 = require("blueimp-md5");
|
|
|
|
function hash1(): string {
|
|
return md5('hello world');
|
|
}
|