/home/techb158/balavpn.abdallabala.com/node_modules/fast-glob/out/utils
NameSizeModeActions
array.d.ts1450666editdlrm
array.js6080666editdlrm
errno.d.ts1180666editdlrm
errno.js2340666editdlrm
fs.d.ts1860666editdlrm
fs.js7560666editdlrm
index.d.ts2980666editdlrm
index.js5960666editdlrm
path.d.ts7390666editdlrm
path.js30030666editdlrm
pattern.d.ts26160666editdlrm
pattern.js79470666editdlrm
stream.d.ts1720666editdlrm
stream.js6290666editdlrm
string.d.ts1240666editdlrm
string.js2980666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/fast-glob/out/utils/path.d.ts (739B)
import { Pattern } from '../types'; /** * Designed to work only with simple paths: `dir\\file`. */ export declare function unixify(filepath: string): string; export declare function makeAbsolute(cwd: string, filepath: string): string; export declare function removeLeadingDotSegment(entry: string): string; export declare const escape: typeof escapeWindowsPath; export declare function escapeWindowsPath(pattern: Pattern): Pattern; export declare function escapePosixPath(pattern: Pattern): Pattern; export declare const convertPathToPattern: typeof convertWindowsPathToPattern; export declare function convertWindowsPathToPattern(filepath: string): Pattern; export declare function convertPosixPathToPattern(filepath: string): Pattern;