UNPKG

turbo-gulp

Version:

Gulp tasks to boost high-quality projects.

17 lines (16 loc) 322 B
/** * Path, either POSIX or Windows. */ export declare type SysPath = string; /** * POSIX path, either absolute or relative. */ export declare type PosixPath = string; /** * Relative POSIX path. */ export declare type RelPosixPath = string; /** * Absolute POSIX path. */ export declare type AbsPosixPath = string;