UNPKG

lbundle

Version:

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

4 lines (3 loc) 246 B
import type { OutputOptions } from 'rollup'; import type { ContextModel } from '../models/context'; export declare const getBinOutput: ({ options, pkg, isModule }: Pick<ContextModel, "options" | "pkg" | "isModule">) => OutputOptions | undefined;