UNPKG

capnp-ts

Version:

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

4 lines (3 loc) 191 B
import { MultiSegmentArena } from "./multi-segment-arena"; import { SingleSegmentArena } from "./single-segment-arena"; export declare type AnyArena = MultiSegmentArena | SingleSegmentArena;