| 82 | } |
| 83 | |
| 84 | export interface PathPartialTestOptions { |
| 85 | caseSensitive?: boolean |
| 86 | delimited?: boolean |
| 87 | } |
| 88 | |
| 89 | export interface PathTestOptions { |
| 90 | caseSensitive?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…