UNPKG

@tarojs/helper

Version:
4 lines (3 loc) 143 B
import type { Config } from '@swc/core'; import type { Plugin } from 'esbuild'; export declare function getSwcPlugin(config?: Config): Plugin;