source: trip-planner-front/node_modules/fast-glob/out/utils/path.d.ts@ ceaed42

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
Line 
1import { Pattern } from '../types';
2/**
3 * Designed to work only with simple paths: `dir\\file`.
4 */
5export declare function unixify(filepath: string): string;
6export declare function makeAbsolute(cwd: string, filepath: string): string;
7export declare function escape(pattern: Pattern): Pattern;
8export declare function removeLeadingDotSegment(entry: string): string;
Note: See TracBrowser for help on using the repository browser.