mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Added missing method 'replace' to KnockoutObservableArrayFunctions
This commit is contained in:
Vendored
+2
@@ -36,6 +36,8 @@ interface KnockoutObservableArrayFunctions extends KnockoutObservableFunctions {
|
||||
sort(compareFunction): void;
|
||||
|
||||
// Ko specific
|
||||
replace(oldItem: any, newItem: any): void;
|
||||
|
||||
remove(item): any[];
|
||||
removeAll(items: any[]): any[];
|
||||
removeAll(): any[];
|
||||
|
||||
Reference in New Issue
Block a user