UNPKG

255 BTypeScriptView Raw
1import { WrapperOptions } from "./wrapper";
2export interface LoaderOptions {
3 trampolineFactoryModule: string;
4 functionModule: string;
5 wrapperOptions: WrapperOptions;
6}
7export default function webpackLoader(this: any, _source: string): string;