File size: 349 Bytes
5641073
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"use strict";
/**
 * @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