UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

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