frontend/.pnpm-store/v3/files/52/2e6a01367252d0235e89917bc8edda392182d53c2adb2e66678650b6a7bdb682e4126545ded384f94a72a95c855efb8b0530a3613396e67f3c56eac7f2e2e4

7 lines
349 B
Plaintext

export declare function transform(patterns: string[]): string[];
/**
* This package only works with forward slashes as a path separator.
* Because of this, we cannot use the standard `path.normalize` method, because on Windows platform it will use of backslashes.
*/
export declare function removeDuplicateSlashes(pattern: string): string;