Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 14, 2024
1 parent e965472 commit 8fd7f2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/workerd/src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ export type RunnerEvalContext = {
args: any[];
};

export type RunnerEvalFn = (ctx: {
env: any;
runner: ModuleRunner;
exports: Record<string, any>;
args: any[];
}) => Promise<any>;
export type RunnerEvalFn = (ctx: RunnerEvalContext) => Promise<any>;

0 comments on commit 8fd7f2e

Please sign in to comment.