mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
committed by
Masahiro Wakame
parent
a9d3849f88
commit
2bb5e51050
Vendored
+4
@@ -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