UNPKG

lbundle

Version:

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

2 lines (1 loc) 128 B
export declare const getFilenameOutputFormat: (filename: string, isModule?: boolean) => "esm" | "cjs" | "umd" | "amd" | "iife";