mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user