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) 113 B
import { type Tree } from '@nx/devkit'; export declare function assertSupportedRsbuildVersion(tree: Tree): void;