uni-ticket-system/node_modules/@dcloudio/uni-h5-vite/dist/plugin/esbuild/esbuildPrePlugin.d.ts

4 lines
133 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import type { Plugin } from 'esbuild';
export declare const JS_TYPES_RE: RegExp;
export declare function esbuildPrePlugin(): Plugin;