UNPKG

lbundle

Version:

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

4 lines (3 loc) 164 B
import type { Plugin } from 'rollup'; export declare const getRollupAssetPlugins: () => Plugin[]; export declare const getRollupAssetPluginsForBin: () => Plugin[];