Skip to content

Type Alias: UserConfigFn()

ts
type UserConfigFn = (inlineConfig) => Awaitable<Arrayable<UserConfig>>

Defined in: src/config/types.ts:480

Parameters

inlineConfig

InlineConfig

Returns

Awaitable<Arrayable<UserConfig>>

Released under the MIT License.