Skip to content

Type Alias: UserConfigFn()

ts
type UserConfigFn = (cliOptions) => Awaitable<UserConfig>;

Defined in: src/options/types.ts:407

Parameters

cliOptions

Options

Returns

Awaitable<UserConfig>

Released under the MIT License.