* Resolve a relative path against a base path
(base: string, path: string)
| 225 | * Resolve a relative path against a base path |
| 226 | */ |
| 227 | resolvePath(base: string, path: string): string; |
| 228 | |
| 229 | /** |
| 230 | * Get all paths in the filesystem (useful for glob matching) |
no outgoing calls
no test coverage detected