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.

5 lines 209 B
import type { IJsUtilBindings } from "./web-assembly/i-js-util-bindings.js"; export declare const exportedFunctions: { [index in keyof IJsUtilBindings]: boolean; }; //# sourceMappingURL=cpp.module.d.ts.map