Urara-Blog/node_modules/.pnpm-store/v3/files/33/fb7bc59335dd5f61b03fe115822b87a75740b07f2a8c26f5ec52092f37744edcbe9907fe3eab39a5e352a2d3e2bc1d563b5510a659e99221e93b576cbd6970
2022-08-14 01:14:53 +08:00

6 lines
343 B
Text

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;