Type Alias Task

Task: ((context: Context) => Promisable<void>)

A task, that being a Context receiving function, optionally async.

""