mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Fix knockout tests
This commit is contained in:
@@ -260,7 +260,7 @@ interface KnockoutExtenders {
|
||||
}
|
||||
|
||||
interface KnockoutObservableArrayFunctions {
|
||||
filterByProperty(propName, matchValue): KnockoutComputed;
|
||||
filterByProperty(propName, matchValue): KnockoutComputed<any>;
|
||||
}
|
||||
|
||||
declare var validate;
|
||||
|
||||
Reference in New Issue
Block a user