UNPKG

capnp-ts

Version:

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

15 lines (14 loc) 243 B
/** * @author jdiaz5513 */ export declare enum ListElementSize { VOID = 0, BIT = 1, BYTE = 2, BYTE_2 = 3, BYTE_4 = 4, BYTE_8 = 5, POINTER = 6, COMPOSITE = 7 } export declare const ListElementOffset: number[];