webpack-formatter.d.ts 203 B

123
  1. import type { Formatter, FormatterPathType } from './formatter';
  2. declare function createWebpackFormatter(formatter: Formatter, pathType: FormatterPathType): Formatter;
  3. export { createWebpackFormatter };