rollup-plugin-typescript2/dist/diagnostics-format-host.d.ts
Eugene Zolenko 546235cf9a - build
2018-07-05 14:39:57 -06:00

8 lines
334 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