UNPKG

turbo-gulp

Version:

Gulp tasks to boost high-quality projects.

4 lines (2 loc) 147 B
import { TaskFunc } from "orchestrator"; export type TaskFunction = TaskFunc & {name?: string; displayName?: string; description?: string} | any;