Skip to content

Commit 0372f92

Browse files
committed
added missing reset method
This method has been implemented in the latest version of Postbox.
1 parent 86ec64f commit 0372f92

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)