UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 279 B
import { DotnetToolsManifest } from '../models'; export declare function readDotnetToolsManifest(pathOverride?: string | undefined): DotnetToolsManifest | undefined; export declare function readInstalledDotnetToolVersion(tool: string, pathOverride?: string): string | undefined;