Type alias: PreTasksExecution<TOptions>
ฦฌ PreTasksExecution<TOptions
>: (options
: TOptions
| undefined
, context
: PreTasksExecutionContext
) => void
| Promise
<void
>
Type parameters
Name | Type |
---|---|
TOptions | unknown |
Type declaration
โธ (options
, context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
options | TOptions | undefined |
context | PreTasksExecutionContext |
Returns
void
| Promise
<void
>