UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

8 lines 293 B
import { type ProjectGraphProjectNode } from '@nx/devkit'; /** * Check if the library is buildable. * @param node from the project graph * @returns boolean */ export declare function isBuildableLibrary(node: ProjectGraphProjectNode): boolean; //# sourceMappingURL=is-lib-buildable.d.ts.map