()
| 22 | resolveGlob(input: string | string[], cwd?: string): string[]; |
| 23 | getPackageConfig<T extends Dictionary>(basePath?: string): T; |
| 24 | getORMPackages(): Set<string>; |
| 25 | getORMPackageVersion(name: string): string | undefined; |
| 26 | checkPackageVersion(): void; |
| 27 | normalizePath(...parts: string[]): string; |
no outgoing calls
no test coverage detected