UNPKG

@nx/rspack

Version:

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

4 lines (3 loc) 204 B
import { Tree } from '@nx/devkit'; import { PresetGeneratorSchema } from './schema'; export default function (tree: Tree, options: PresetGeneratorSchema): Promise<import("@nx/devkit").GeneratorCallback>;