Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VerboseOption
1 parent 103095f commit 7891c39Copy full SHA for 7891c39
types/verbose.d.ts
@@ -2,7 +2,7 @@ import type {FdGenericOption} from './arguments/specific.js';
2
import type {Options, SyncOptions} from './arguments/options.js';
3
import type {Result, SyncResult} from './return/result.js';
4
5
-type VerboseOption = FdGenericOption<
+export type VerboseOption = FdGenericOption<
6
| 'none'
7
| 'short'
8
| 'full'
0 commit comments