ship-gis/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/CodeFrameFormatter.d.ts

5 lines
255 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import { Formatter } from './Formatter';
import { BabelCodeFrameOptions } from './types/babel__code-frame';
declare function createCodeFrameFormatter(options?: BabelCodeFrameOptions): Formatter;
export { createCodeFrameFormatter, BabelCodeFrameOptions };