summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/serialization/pointers/void-list.d.ts
blob: 50392a09fde93613317fc42895a961798237d51c (plain)
1
2
3
4
5
6
7
8
/**
 * Why would anyone **SANE** ever use this!?
 *
 * @author jdiaz5513
 */
import { ListCtor } from "./list";
import { Void } from "./void";
export declare const VoidList: ListCtor<Void>;