Files
DefinitelyTyped/types/blueimp-md5/blueimp-md5-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
98 B
TypeScript

import md5 = require("blueimp-md5");
function hash1(): string {
return md5('hello world');
}