@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
30 lines (26 loc) • 1.01 kB
JavaScript
import { __module as inherits } from '../../../../_virtual/inherits.js';
import { __require as requireSetPrototypeOf } from './setPrototypeOf.js';
var hasRequiredInherits;
function requireInherits () {
if (hasRequiredInherits) return inherits.exports;
hasRequiredInherits = 1;
(function (module) {
var setPrototypeOf = /*@__PURE__*/ requireSetPrototypeOf();
function _inherits(t, e) {
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
t.prototype = Object.create(e && e.prototype, {
constructor: {
value: t,
writable: true,
configurable: true
}
}), Object.defineProperty(t, "prototype", {
writable: false
}), e && setPrototypeOf(t, e);
}
module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
} (inherits));
return inherits.exports;
}
export { requireInherits as __require };
//# sourceMappingURL=inherits.js.map