UNPKG

@umijs/bundler-webpack

Version:
6 lines (5 loc) 131 B
interface IOpts { targets: Record<string, any>; } export declare function getBrowsersList({ targets }: IOpts): any; export {};