UNPKG

snyk-nuget-plugin

Version:
3 lines (2 loc) 142 B
import { TargetFramework } from './types'; export declare function toReadableFramework(targetFramework: string): TargetFramework | undefined;