summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/serialization/pointers/any-pointer-list.js
blob: cfc67c2ea95ce723757ee0154dce5a40b30f52f5 (plain)
1
2
3
4
5
6
7
8
9
10
"use strict";
/**
 * @author jdiaz5513
 */
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnyPointerList = void 0;
const pointer_1 = require("./pointer");
const pointer_list_1 = require("./pointer-list");
exports.AnyPointerList = pointer_list_1.PointerList(pointer_1.Pointer);
//# sourceMappingURL=any-pointer-list.js.map