UNPKG

@nx/module-federation

Version:

The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.

7 lines 314 B
import type { ProjectGraph } from '@nx/devkit'; import type { WorkspaceLibrary } from './models'; export declare function getDependentPackagesForProject(projectGraph: ProjectGraph, name: string): { workspaceLibraries: WorkspaceLibrary[]; npmPackages: string[]; }; //# sourceMappingURL=dependencies.d.ts.map