mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -3,9 +3,9 @@
|
||||
// Definitions by: MIZUNE Pine <https://github.com/pine613>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module CybozuLabs.MD5 {
|
||||
declare namespace CybozuLabs.MD5 {
|
||||
var VERSION: string;
|
||||
var BY_ASCII: number;
|
||||
var BY_UTF16: number;
|
||||
function calc(str: string, option?: number): string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user