main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
498 bytes
|
Rev | Line | |
---|
[d565449] | 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.