UNPKG

capnp-ts

Version:

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

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