mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
error TS7010: 'mixIn', which lacks return-type annotation, implicitly has an 'any' return type.
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ declare module CryptoJS{
|
||||
init(...args: any[]): void
|
||||
//arguments of create() is same as init(). This is true for all subclasses
|
||||
create(...args: any[]): Base
|
||||
mixIn(properties: Object)
|
||||
mixIn(properties: Object): void
|
||||
clone(): Base
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user