UNPKG

@nx-dotnet/dotnet

Version:

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

5 lines (4 loc) 149 B
import { dotnetFormatFlags } from './dotnet-format-flags'; export type dotnetFormatOptions = { [key in dotnetFormatFlags]?: string | boolean; };