web/src/KgmWasm/KgmWasmBundle.d.ts

6 lines
73 B
TypeScript
Raw Normal View History

2022-12-05 19:47:29 +00:00
interface KgmWasmBundle {
(): Promise<any>;
}
export = KgmWasmBundle;