UNPKG

capnp-ts

Version:

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

12 lines 362 B
"use strict"; /** * Why would anyone **SANE** ever use this!? * * @author jdiaz5513 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.VoidList = void 0; const pointer_list_1 = require("./pointer-list"); const void_1 = require("./void"); exports.VoidList = pointer_list_1.PointerList(void_1.Void); //# sourceMappingURL=void-list.js.map