We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f90d996 + 8532a88 commit c259450Copy full SHA for c259450
src/config.ts
@@ -595,7 +595,7 @@ export class KubeConfig implements SecurityAuthentication {
595
}
596
597
598
-type ApiConstructor<T extends ApiType> = new (config: Configuration) => T;
+export type ApiConstructor<T extends ApiType> = new (config: Configuration) => T;
599
600
export function makeAbsolutePath(root: string, file: string): string {
601
if (!root || path.isAbsolute(file)) {
0 commit comments