mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
resolved conflicts to pullrequest #387
This commit is contained in:
Vendored
+1
-6
@@ -67,12 +67,7 @@ interface KnockoutComputedStatic {
|
||||
(options?: any): KnockoutComputed;
|
||||
}
|
||||
|
||||
interface KnockoutComputed extends KnockoutComputedFunctions {
|
||||
(): any;
|
||||
(value: any): void;
|
||||
|
||||
subscribe(callback: (newValue: any) => void, target?:any, topic?: string): KnockoutSubscription;
|
||||
notifySubscribers(valueToWrite, topic?: string);
|
||||
interface KnockoutComputed extends KnockoutObservableAny, KnockoutComputedFunctions {
|
||||
}
|
||||
|
||||
interface KnockoutObservableArrayStatic {
|
||||
|
||||
Reference in New Issue
Block a user