1 |
|
2 |
|
3 |
|
4 | export declare const sep = "/";
|
5 |
|
6 |
|
7 |
|
8 | export declare const nativeSep: string;
|
9 |
|
10 |
|
11 |
|
12 | export declare function basename(path: string): string;
|
13 |
|
14 |
|
15 |
|
16 | export declare function extname(path: string): string;
|
17 | export declare function normalize(path: string, toOSPath?: boolean): string;
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 | export declare function getRoot(path: string, sep?: string): string;
|
24 | export declare function isEqualOrParent(path: string, candidate: string, ignoreCase?: boolean): boolean;
|
25 |
|
\ | No newline at end of file |