Vulture/VApp/node_modules/unplugin/dist/webpack/loaders/transform.d.ts

8 lines
197 B
TypeScript
Raw Permalink Normal View History

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