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

4 lines
126 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import { Formatter } from './Formatter';
declare function createBasicFormatter(): Formatter;
export { createBasicFormatter };