Skip to content

Commit

Permalink
chore: code order
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMartens committed Nov 27, 2023
1 parent b318437 commit 237b722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/utils/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type Cleanup = () => void
type WatchGet = <T extends object>(proxyObject: T) => T
type WatchCallback = (
get: WatchGet,
) => Cleanup | void | Promise<void | Cleanup> | undefined
) => Cleanup | void | Promise<Cleanup | void> | undefined
type WatchOptions = {
sync?: boolean
}
Expand Down

0 comments on commit 237b722

Please sign in to comment.