UNPKG

capnp-ts

Version:

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

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