rollup-plugin-typescript2/dist/diagnostics-format-host.d.ts
Eugene Zolenko aaecd86fd1 - build
2018-06-25 11:00:27 -06:00

8 lines
327 B
TypeScript

import * as tsTypes from "typescript";
export declare class FormatHost implements tsTypes.FormatDiagnosticsHost {
getCurrentDirectory(): string;
getCanonicalFileName(fileName: string): string;
getNewLine(): string;
}
export declare const formatHost: FormatHost;
//# sourceMappingURL=diagnostics-format-host.d.ts.map