Skip to content

Commit 99d7998

Browse files
committed
Merge pull request DefinitelyTyped#4274 from ffMathy/patch-1
added missing reset method
2 parents 207fc2a + 0372f92 commit 99d7998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knockout.postbox/knockout-postbox.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface KnockoutPostBox {
1010
publish<T>(topic: string, value?: T): void;
1111
defaultComparer<T>(newValue: T, oldValue: T): boolean;
1212
serializer: (object: any) => string;
13+
reset(): void;
1314
}
1415

1516
interface KnockoutObservable<T> {

0 commit comments

Comments
 (0)