UNPKG

lbundle

Version:

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

4 lines (3 loc) 294 B
import { type OutputOptions } from 'rollup'; import type { ContextModel } from '../models/context'; export declare const getLibOutputs: ({ options, globalName, pkg, isModule, cssFilename, }: Pick<ContextModel, "options" | "pkg" | "isModule" | "globalName" | "cssFilename">) => OutputOptions[];