uni-ticket-system/node_modules/unplugin/dist/webpack/loaders/transform.d.ts
2023-12-05 10:11:10 +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 };