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
| Parameter | Type |
|---|---|
globalArgs | ICEGlobalArgs |
Returns
Promise<C>