mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added any to options type
Fixed failing run
This commit is contained in:
Vendored
+1
-1
@@ -316,7 +316,7 @@ declare module Valerie {
|
||||
// - either parameter can be omitted and a clone of the other parameter will be returned
|
||||
// - the merge is shallow
|
||||
// - array properties are shallow cloned
|
||||
mergeOptions(defaultOptions: ValidationOptions, options): ValidationOptions;
|
||||
mergeOptions(defaultOptions: ValidationOptions, options:any): ValidationOptions;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user