Files
emaui/node_modules/@module-federation/managers/dist/PKGJsonManager.d.ts
2026-05-29 15:23:46 +03:00

7 lines
215 B
TypeScript

export declare class PKGJsonManager {
private _pkg?;
setPKGJson(pkg: Record<string, any>): void;
readPKGJson(root?: string): Record<string, any>;
getExposeGarfishModuleType(root?: string): string;
}