Files

6 lines
161 B
TypeScript
Raw Permalink Normal View History

import { LoaderContext } from 'webpack';
declare function load(this: LoaderContext<any>, source: string, map: any): Promise<void>;
export { load as default };