UNPKG

capnp-ts

Version:

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

10 lines (7 loc) 220 B
/** * @author jdiaz5513 */ import { ListCtor } from "./list"; import { Pointer } from "./pointer"; import { PointerList } from "./pointer-list"; export const AnyPointerList: ListCtor<Pointer> = PointerList(Pointer);