@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
9 lines • 432 B
TypeScript
import { WasmModule } from "./types";
export type * from "./types";
export * from "./code";
export * from "./flow";
export * from "./local";
export * from "./memory";
export * from "./module";
export declare function tgdWasmCompile<T>(typeGuard: (data: unknown) => asserts data is T, module: WasmModule, importObject?: Record<string, Record<string, (...args: unknown[]) => unknown>>): Promise<T>;
//# sourceMappingURL=index.d.ts.map