improve record method and bump 0.2.0

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 789cae98a1
commit 41b9861fbf
3 changed files with 84 additions and 79 deletions

View File

@@ -85,7 +85,7 @@ export type eventWithTime = event & {
};
export type recordOptions = {
emit: (e: eventWithTime) => void;
emit?: (e: eventWithTime) => void;
};
export type observerParam = {