UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

6 lines (5 loc) 361 B
import { type Tree } from '@nx/devkit'; export declare function assertSupportedExpressVersion(tree: Tree): void; export declare function assertSupportedKoaVersion(tree: Tree): void; export declare function assertSupportedFastifyVersion(tree: Tree): void; export declare function assertSupportedFrameworkVersion(tree: Tree, framework: string | undefined): void;