web/src/KgmWasm/KgmWasmBundle.d.ts

6 lines
73 B
TypeScript

interface KgmWasmBundle {
(): Promise<any>;
}
export = KgmWasmBundle;