mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
This commit is contained in:
Vendored
+2
@@ -21,6 +21,8 @@ interface KnockoutObservableArrayFunctions {
|
||||
sort(): void;
|
||||
sort(compareFunction): void;
|
||||
|
||||
subscribe(callback: (newValue: any[]) => void ): KnockoutSubscription;
|
||||
|
||||
// Ko specific
|
||||
remove(item): any[];
|
||||
removeAll(items: any[]): any[];
|
||||
|
||||
Reference in New Issue
Block a user