@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
30 lines (25 loc) • 869 B
JavaScript
"use client";
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
import { __require as requirePdfParse } from '../node_modules/pdf-parse/index.js';
function _mergeNamespaces(n, m) {
m.forEach(function (e) {
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
if (k !== 'default' && !(k in n)) {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
});
return Object.freeze(n);
}
var pdfParseExports = /*@__PURE__*/ requirePdfParse();
var index = /*@__PURE__*/getDefaultExportFromCjs(pdfParseExports);
var index$1 = /*#__PURE__*/_mergeNamespaces({
__proto__: null,
default: index
}, [pdfParseExports]);
export { index as default, index$1 as i };
//# sourceMappingURL=index.js.map