UNPKG

334 BTypeScriptView Raw
1import * as tsTypes from "typescript";
2export declare class FormatHost implements tsTypes.FormatDiagnosticsHost {
3 getCurrentDirectory(): string;
4 getCanonicalFileName(fileName: string): string;
5 getNewLine(): string;
6}
7export declare const formatHost: FormatHost;
8//# sourceMappingURL=diagnostics-format-host.d.ts.map
\No newline at end of file