UNPKG

turbo-gulp

Version:

Gulp tasks to boost high-quality projects.

8 lines (7 loc) 208 B
/// <reference types="orchestrator" /> import { TaskFunc } from "orchestrator"; export declare type TaskFunction = TaskFunc & { name?: string; displayName?: string; description?: string; } | any;