Type Definitions

Dependee

A task dependency.
If it is a string, that means it is a task name.

Type:
Task | Promise | string

Dependee(resolve, reject)

A task dependency can also be a function.

Parameters:
Name Type Description
resolve function

Call this inside the function to signal that it is resolved

reject function

Call this inside the function on errors

Documentation generated by JSDoc 3.6.7
on
using docolatte theme