UNPKG

@nx-dart/nx-dart

Version:

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace

3 lines (2 loc) 177 B
import { NxJsonConfiguration, Tree } from '@nrwl/devkit'; export declare function updateNxJson(tree: Tree, updater: (nxJson: NxJsonConfiguration) => NxJsonConfiguration): void;