UNPKG

capnp-ts

Version:

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

12 lines (9 loc) 250 B
/** * Why would anyone **SANE** ever use this!? * * @author jdiaz5513 */ import { ListCtor } from "./list"; import { PointerList } from "./pointer-list"; import { Void } from "./void"; export const VoidList: ListCtor<Void> = PointerList(Void);