UNPKG

@nxrocks/common

Version:

Common library to share code among the `@nxrocks/*` plugins.

3 lines (2 loc) 176 B
import { Tree } from '@nx/devkit'; export declare function addPluginToNxJson<T = unknown>(pluginName: string, tree: Tree, options?: T, ...cacheableOperations: string[]): void;