Files
Shifted/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/code-frame-formatter.d.ts
2026-02-10 01:14:19 +00:00

5 lines
260 B
TypeScript

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