Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
498 bytes
|
Line | |
---|
1 | import type { FilterFunction } from '../settings';
|
---|
2 | import type Settings from '../settings';
|
---|
3 | import type { Errno } from '../types';
|
---|
4 | export declare function isFatalError(settings: Settings, error: Errno): boolean;
|
---|
5 | export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean;
|
---|
6 | export declare function replacePathSegmentSeparator(filepath: string, separator: string): string;
|
---|
7 | export declare function joinPathSegments(a: string, b: string, separator: string): string;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.