EASYAIuniappNewUI/node_modules/unplugin/dist/webpack/loaders/transform.d.ts
2025-02-08 18:50:38 +08:00

8 lines
197 B
TypeScript

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