rollup-plugin-typescript2/dist/diagnostics-format-host.d.ts
2017-12-15 18:02:25 -07:00

8 lines
274 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;