UNPKG

lbundle

Version:

Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries

4 lines (3 loc) 175 B
import type { OptimalPkgModel } from '../models/optimal-pkg'; import type { EnvConfig } from '@swc/core'; export declare const getSwcEnv: (pkg: OptimalPkgModel) => EnvConfig;