Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
368 bytes
|
Line | |
---|
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.