Home
last modified time | relevance | path

Searched refs:pathMatchesTransformPaths (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/versioning/ios/transforms/
H A Dindex.ts32 .filter((transform) => pathMatchesTransformPaths(targetPath, transform.paths))
71 function pathMatchesTransformPaths(filePath: string, transformPaths?: string | string[]): boolean { function