Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Jan 10, 2024
1 parent 18a233a commit 029e335
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 201 deletions.
1 change: 1 addition & 0 deletions src/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ export function $_args(args: Record<string, unknown>) {
if (!isFn(args[key])) {
return args[key];
}
// @ts-expect-error function signature
return args[key]();
},
enumerable: true,
Expand Down
Loading

0 comments on commit 029e335

Please sign in to comment.