UNPKG

capnp-ts

Version:

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

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