diff --git a/std/wasi/snapshot_preview1.ts b/std/wasi/snapshot_preview1.ts index a89957373f..0e32e3a2b3 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; constructor(options: ModuleOptions) { this.args = options.args ? options.args : [];