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  |