fumadocs-mdx
Version:
The built-in source for Fumadocs
15 lines (13 loc) • 329 B
JavaScript
import { n as createCore } from "./core-DjldE3H9.js";
//#region src/webpack/index.ts
let core;
function getCore(options) {
return core ??= createCore({
environment: "webpack",
outDir: options.outDir,
configPath: options.configPath
});
}
//#endregion
export { getCore as t };
//# sourceMappingURL=webpack--VSEE6Zp.js.map