UNPKG

vite-plugin-commonjs

Version:
7 lines (6 loc) 215 B
import type { Analyzed } from './analyze'; export interface ExportsRuntime { polyfill: string; exportDeclaration: string; } export declare function generateExport(analyzed: Analyzed): ExportsRuntime | null;