capnp-ts
Version:
Strongly typed Cap'n Proto implementation for the browser and Node.js using TypeScript
10 lines • 349 B
JavaScript
;
/**
* @author jdiaz5513
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.InterfaceList = void 0;
const interface_1 = require("./interface");
const pointer_list_1 = require("./pointer-list");
exports.InterfaceList = pointer_list_1.PointerList(interface_1.Interface);
//# sourceMappingURL=interface-list.js.map