web/src/QmcWasm/QmcWasmBundle.d.ts

6 lines
73 B
TypeScript

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