Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
368 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { Pattern } from '../types';
|
---|
| 2 | /**
|
---|
| 3 | * Designed to work only with simple paths: `dir\\file`.
|
---|
| 4 | */
|
---|
| 5 | export declare function unixify(filepath: string): string;
|
---|
| 6 | export declare function makeAbsolute(cwd: string, filepath: string): string;
|
---|
| 7 | export declare function escape(pattern: Pattern): Pattern;
|
---|
| 8 | export declare function removeLeadingDotSegment(entry: string): string;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.