@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
42 lines (30 loc) • 950 B
JavaScript
import { __module as XMLNodeList$1 } from '../../../_virtual/XMLNodeList.js';
var XMLNodeList = XMLNodeList$1.exports;
var hasRequiredXMLNodeList;
function requireXMLNodeList () {
if (hasRequiredXMLNodeList) return XMLNodeList$1.exports;
hasRequiredXMLNodeList = 1;
// Generated by CoffeeScript 1.12.7
(function() {
XMLNodeList$1.exports = (function() {
function XMLNodeList(nodes) {
this.nodes = nodes;
}
Object.defineProperty(XMLNodeList.prototype, 'length', {
get: function() {
return this.nodes.length || 0;
}
});
XMLNodeList.prototype.clone = function() {
return this.nodes = null;
};
XMLNodeList.prototype.item = function(index) {
return this.nodes[index] || null;
};
return XMLNodeList;
})();
}).call(XMLNodeList);
return XMLNodeList$1.exports;
}
export { requireXMLNodeList as __require };
//# sourceMappingURL=XMLNodeList.js.map