mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
committed by
Masahiro Wakame
parent
a9d3849f88
commit
2bb5e51050
4
js-md5/md5.d.ts
vendored
4
js-md5/md5.d.ts
vendored
@@ -29,4 +29,8 @@ interface String {
|
||||
md5(value: Uint8Array): string;
|
||||
}
|
||||
|
||||
declare module "js-md5" {
|
||||
export = md5;
|
||||
}
|
||||
|
||||
declare var md5: md5;
|
||||
|
||||
Reference in New Issue
Block a user