UNPKG

capnp-ts

Version:

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

9 lines (8 loc) 201 B
/** * @author jdiaz5513 */ import { _StructCtor, Struct } from "./struct"; export declare class Void extends Struct { static readonly _capnp: _StructCtor; } export declare const VOID: undefined;