Files
est-frame/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/CodeFrameFormatter.d.ts
2025-10-22 05:38:27 +00:00

5 lines
255 B
TypeScript
Executable File

import { Formatter } from './Formatter';
import { BabelCodeFrameOptions } from './types/babel__code-frame';
declare function createCodeFrameFormatter(options?: BabelCodeFrameOptions): Formatter;
export { createCodeFrameFormatter, BabelCodeFrameOptions };