(loc: Location)
| 94 | */ |
| 95 | supportsLocation(loc: Location): boolean; |
| 96 | detect(loc: Location): DetectionResult; |
| 97 | install(loc: Location, opts: InstallOptions): WriteResult; |
| 98 | /** |
| 99 | * Inverse of install. Removes only what install would have written; |
no outgoing calls
no test coverage detected