Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 441 Bytes

FuncConfig.md

File metadata and controls

23 lines (12 loc) · 441 Bytes

@faasjs/test / FuncConfig

Type alias: FuncConfig<TEvent, TContext, TResult>

FuncConfig<TEvent, TContext, TResult>: object

Type parameters

TEvent = any

TContext = any

TResult = any

Type declaration

handler?

optional handler: Handler<TEvent, TContext, TResult>

plugins?

optional plugins: Plugin[]