source: trip-planner-front/node_modules/@nodelib/fs.walk/out/readers/common.d.ts@ fa375fe

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: 498 bytes
Line 
1import type { FilterFunction } from '../settings';
2import type Settings from '../settings';
3import type { Errno } from '../types';
4export declare function isFatalError(settings: Settings, error: Errno): boolean;
5export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean;
6export declare function replacePathSegmentSeparator(filepath: string, separator: string): string;
7export declare function joinPathSegments(a: string, b: string, separator: string): string;
Note: See TracBrowser for help on using the repository browser.