UNPKG

capnp-ts

Version:

Strongly typed Cap'n Proto implementation for the browser and Node.js using TypeScript

6 lines (5 loc) 97 B
/** * @author jdiaz5513 */ export { Int64 } from "./int64"; export { Uint64 } from "./uint64";