📄 CodeFrameFormatter.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/CodeFrameFormatter.d.ts
Language: ts • Lines: 4
import { Formatter } from './Formatter';
import { BabelCodeFrameOptions } from './types/babel__code-frame';
declare function createCodeFrameFormatter(options?: BabelCodeFrameOptions): Formatter;
export { createCodeFrameFormatter, BabelCodeFrameOptions };