UNPKG

@nx/node

Version:

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

3 lines (2 loc) 98 B
import { Tree } from '@nx/devkit'; export declare function hasWebpackPlugin(tree: Tree): boolean;