(path)
| 182 | } |
| 183 | |
| 184 | const normalizePathToArray = (path) => |
| 185 | ArrayPrototypeFilter(StringPrototypeSplit(resolve(path), sep), Boolean); |
| 186 | |
| 187 | // Return true if dest is a subdir of src, otherwise false. |
| 188 | // It only checks the path strings. |
no test coverage detected