UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

8 lines (7 loc) 252 B
import { GoModule } from '../types/go-module'; /** * Computes a list of go modules. * * @param failSilently if true, the function will not throw an error if it fails */ export declare const computeGoModules: (failSilently?: boolean) => GoModule[];