improve record method and bump 0.2.0
This commit is contained in:
@@ -85,7 +85,7 @@ export type eventWithTime = event & {
|
||||
};
|
||||
|
||||
export type recordOptions = {
|
||||
emit: (e: eventWithTime) => void;
|
||||
emit?: (e: eventWithTime) => void;
|
||||
};
|
||||
|
||||
export type observerParam = {
|
||||
|
||||
Reference in New Issue
Block a user