UNPKG

capnp-ts

Version:

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

7 lines (6 loc) 213 B
/** * @author jdiaz5513 */ import { ListCtor } from "./list"; import { Pointer, PointerCtor } from "./pointer"; export declare function PointerList<T extends Pointer>(PointerClass: PointerCtor<T>): ListCtor<T>;