Sha256: 77d2e6f500c03269abaf2ecf74755291e974256bce344350e5de6f245c3f6fd0
Contents?: true
Size: 331 Bytes
Versions: 5
Compression:
Stored size: 331 Bytes
Contents
export declare const absolutePath: RegExp; export declare const relativePath: RegExp; export declare function isAbsolute(path: string): boolean; export declare function isRelative(path: string): boolean; export declare function normalize(path: string): string; export { basename, dirname, extname, relative, resolve } from 'path';
Version data entries
5 entries across 5 versions & 2 rubygems