Spaces:
Configuration error
Configuration error
; | |
/** | |
* @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 |