UNPKG

capnp-ts

Version:

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

7 lines (6 loc) 162 B
/** * @author jdiaz5513 */ import { Interface } from "./interface"; import { ListCtor } from "./list"; export declare const InterfaceList: ListCtor<Interface>;