Files
emaui/node_modules/@module-federation/sdk/dist/normalize-webpack-path.d.ts
2026-05-29 15:23:46 +03:00

10 lines
371 B
TypeScript

import webpack from "webpack";
//#region src/normalize-webpack-path.d.ts
declare function getWebpackPath(compiler: webpack.Compiler, options?: {
framework: 'nextjs' | 'other';
}): string;
declare const normalizeWebpackPath: (fullPath: string) => string;
//#endregion
export { getWebpackPath, normalizeWebpackPath };
//# sourceMappingURL=normalize-webpack-path.d.ts.map