UNPKG

@devlander/collect-exports-for-bundle

Version:

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

4 lines (3 loc) 177 B
import { ModuleExportOptions } from '../types/module-exporter.types'; declare const autoExporter: (options?: ModuleExportOptions) => Promise<void>; export default autoExporter;