7 lines
219 B
TypeScript
7 lines
219 B
TypeScript
/// <reference path="../.astro/env.d.ts" />
|
|
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="astro/client" />
|
|
|
|
declare module "polywasm" {
|
|
export const WebAssembly: typeof globalThis.WebAssembly;
|
|
}
|