UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

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