@nx/node
Version:
6 lines (5 loc) • 361 B
TypeScript
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;