mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added missing reset method
This method has been implemented in the latest version of Postbox.
This commit is contained in:
+1
@@ -10,6 +10,7 @@ interface KnockoutPostBox {
|
||||
publish<T>(topic: string, value?: T): void;
|
||||
defaultComparer<T>(newValue: T, oldValue: T): boolean;
|
||||
serializer: (object: any) => string;
|
||||
reset(): void;
|
||||
}
|
||||
|
||||
interface KnockoutObservable<T> {
|
||||
|
||||
Reference in New Issue
Block a user