UNPKG

@devlander/collect-exports-for-bundle

Version:

Generate comprehensive export files for TypeScript/JavaScript projects with Rollup compatibility

3 lines (2 loc) 190 B
import { AutoExporterOptions, ModuleExportOptions } from '../types/module-exporter.types'; export declare const modifyConfig: (options: ModuleExportOptions) => Promise<AutoExporterOptions>;