load.d.mts 161 B

12345
  1. import { LoaderContext } from '@rspack/core';
  2. declare function load(this: LoaderContext, source: string, map: any): Promise<void>;
  3. export { load as default };