Skip to content

API Reference


Type Alias: IceConfigLoader()<C>

IceConfigLoader<C> = (globalArgs) => Promise<C>

Defined in: index.ts:319

The return type of the Ice() configuration wrapper. A function that takes global arguments and returns a resolved configuration.

Type Parameters

Type Parameter
C extends ICEConfig

Parameters

ParameterType
globalArgsICEGlobalArgs

Returns

Promise<C>