Sha256: 10da40a888accfb55182029ec0879b16fbb714b06e3c564608fde051bcf3a7ed
Contents?: true
Size: 498 Bytes
Versions: 51
Compression:
Stored size: 498 Bytes
Contents
import type { FilterFunction } from '../settings'; import type Settings from '../settings'; import type { Errno } from '../types'; export declare function isFatalError(settings: Settings, error: Errno): boolean; export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean; export declare function replacePathSegmentSeparator(filepath: string, separator: string): string; export declare function joinPathSegments(a: string, b: string, separator: string): string;
Version data entries
51 entries across 51 versions & 3 rubygems