blob: 5b0c1938620bb1e20b785f9ce487af05f9150965 [file] [log] [blame]
import { KarmaTypescriptConfig } from "../api";
export declare class Extender {
static extend(key: string, tsconfig: any, karmaTypescriptConfig: KarmaTypescriptConfig): void;
private static fixWindowsPaths;
}