UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (7 loc) 178 B
export interface IPath { protocol: 'file' | 'http' | 'https' | null; origin: string | null; absolute: boolean; drive: string | null; path: string[]; }