UNPKG

capnp-ts

Version:

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

7 lines (6 loc) 157 B
/** * @author jdiaz5513 */ import { ListCtor } from "./list"; import { Pointer } from "./pointer"; export declare const AnyPointerList: ListCtor<Pointer>;