mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge pull request #4274 from ffMathy/patch-1
added missing reset method
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