pitcher.d.ts 184 B

1234
  1. import type { LoaderDefinitionFunction } from 'webpack';
  2. declare const pitcher: LoaderDefinitionFunction;
  3. export declare const pitch: () => string | undefined;
  4. export default pitcher;