UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

12 lines (10 loc) 228 B
import { Emscripten } from "./emscripten.js"; import { IJsUtilBindings } from "../index.js"; /** * @internal */ declare const Module: Emscripten.EmscriptenModuleFactory<IJsUtilBindings>; /** * @internal */ export = Module;