UNPKG

capnp-ts

Version:

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

10 lines (9 loc) 122 B
/** * @author jdiaz5513 */ export declare enum PointerType { STRUCT = 0, LIST = 1, FAR = 2, OTHER = 3 }