Lee Thanh
Upload 3012 files
5641073
raw
history blame
349 Bytes
"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