UNPKG

@umijs/bundler-webpack

Version:
8 lines (7 loc) 221 B
import { JSMinifier } from '../types'; interface IOpts { targets: Record<string, any>; jsMinifier: `${JSMinifier}`; } export declare function getEsBuildTarget({ targets, jsMinifier }: IOpts): string[]; export {};