UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

4 lines (3 loc) 173 B
import { CreateNodesV2 } from '@nx/devkit'; import { GoPluginOptions } from './types/go-plugin-options'; export declare const createNodesV2: CreateNodesV2<GoPluginOptions>;