| 87 | } |
| 88 | |
| 89 | export interface PathTestOptions { |
| 90 | caseSensitive?: boolean |
| 91 | strictTrailingSlash?: boolean |
| 92 | } |
| 93 | |
| 94 | export interface PathBuildOptions { |
| 95 | ignoreConstraints?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…