Type alias TaskFn

TaskFn: ((arg?: any) => any)

Type declaration

    • (arg?: any): any
    • Raw task function where the argument is either empty or the arg to pass to the task

      Parameters

      • Optional arg: any

      Returns any