UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 160 B
import { IPath } from './types'; export declare function normalize(filepath: string): string; export declare function normalizeParsed(parsed: IPath): IPath;