UNPKG

@nx/rsbuild

Version:

The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.

3 lines (2 loc) 125 B
import { type Tree } from '@nx/devkit'; export declare function hasRsbuildPlugin(tree: Tree, projectPath?: string): boolean;