amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/code-frame-formatter.d.ts
2023-10-07 19:42:30 +08: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 };