UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

6 lines (5 loc) 177 B
/** * Convert Windows backslash paths to forward slash paths. * Preserves Windows extended-length paths (\\?\) as-is. */ export declare function slash(path: string): string;