UNPKG

@nx/rspack

Version:

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

8 lines (7 loc) 247 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;