summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/serialization/pointers/any-pointer-list.d.ts
blob: 742faf14ab642bfa2b47588ff393fcbbf26b6db4 (plain)
1
2
3
4
5
6
/**
 * @author jdiaz5513
 */
import { ListCtor } from "./list";
import { Pointer } from "./pointer";
export declare const AnyPointerList: ListCtor<Pointer>;