mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
add yui3 partial definition type & add many tests file to cryptojs
This commit is contained in:
Vendored
+1
-1
@@ -239,7 +239,7 @@ declare module CryptoJS{
|
||||
}
|
||||
|
||||
interface IFormatter{
|
||||
stringify(cipherParams: lib.CipherParams): string
|
||||
stringify(cipherParams: lib.CipherParamsData): string
|
||||
parse(s: string): lib.CipherParams
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user