mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added default comparer to KnockoutPostBox
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
interface KnockoutPostBox {
|
||||
subscribe: (topic: string, handler: (value) => void, target?: any) => KnockoutObservableAny;
|
||||
publish: (topic: string, value?: any) => KnockoutObservableAny;
|
||||
defaultComparer: (newValue: any, oldValue: any) => bool;
|
||||
}
|
||||
|
||||
interface KnockoutObservableString {
|
||||
|
||||
Reference in New Issue
Block a user