UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

7 lines (6 loc) 133 B
import { Tree } from '@nx/devkit'; /** * Removes deprecated * @param tree */ export default function (tree: Tree): Promise<void>;