Type alias: PreRun<TOptions>

ฦฌ PreRun<TOptions>: (options: TOptions | undefined, context: PreRunContext) => void | Promise<void>

Type parameters

NameType
TOptionsunknown

Type declaration

โ–ธ (options, context): void | Promise<void>

Parameters
NameType
optionsTOptions | undefined
contextPreRunContext
Returns

void | Promise<void>