UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

8 lines (7 loc) 209 B
import type { Tree } from '@nx/devkit'; /** * Retrieves the scope of npm project in the package.json file. * * @param tree the project tree */ export declare const getProjectScope: (tree: Tree) => string;