Sha256: 433080a16e76ecae555c4466c8c84f7bf3aacfcd4ed703277b5a846ac4eb70af
Contents?: true
Size: 352 Bytes
Versions: 26
Compression:
Stored size: 352 Bytes
Contents
import { PathSeparator } from "./types"; export declare function cleanPath(path: string): string; export declare function convertSlashes(path: string, separator: PathSeparator): string; export declare function normalizePath(path: string, options: { resolvePaths?: boolean; normalizePath?: boolean; pathSeparator: PathSeparator; }): string;
Version data entries
26 entries across 26 versions & 1 rubygems