| 92 | } |
| 93 | |
| 94 | export interface PathBuildOptions { |
| 95 | ignoreConstraints?: boolean |
| 96 | ignoreSearch?: boolean |
| 97 | } |
| 98 | |
| 99 | export type TestMatch< |
| 100 | T extends Record<string, any> = Record<string, any> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…