Skip to content

Type Alias: UserConfigFn()

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

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

Parameters

cliOptions

Options

Returns

Awaitable<UserConfig>

Released under the MIT License.