summaryrefslogtreecommitdiff
path: root/std/wasi/snapshot_preview1.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/wasi/snapshot_preview1.ts')
-rw-r--r--std/wasi/snapshot_preview1.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/std/wasi/snapshot_preview1.ts b/std/wasi/snapshot_preview1.ts
index a89957373..0e32e3a2b 100644
--- a/std/wasi/snapshot_preview1.ts
+++ b/std/wasi/snapshot_preview1.ts
@@ -292,8 +292,7 @@ export default class Module {
// deno-lint-ignore no-explicit-any
fds: any[];
- // deno-lint-ignore no-explicit-any
- exports: { [key: string]: any };
+ exports: Record<string, Function>;
constructor(options: ModuleOptions) {
this.args = options.args ? options.args : [];