Skip to content

Commit

Permalink
Correct typing for Module.webr object
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Sep 27, 2024
1 parent 5c4fb78 commit 9cc2bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webR/emscripten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface Module extends EmscriptenModule {
// TODO: Namespace all webR properties
webr: {
UnwindProtectException: typeof UnwindProtectException;
chan: ChannelWorker | undefined,
channel: ChannelWorker | undefined,
canvas: {
[key: number]: {
ctx: OffscreenCanvasRenderingContext2D;
Expand Down

0 comments on commit 9cc2bc6

Please sign in to comment.