UNPKG

@devlander/collect-exports-for-bundle

Version:

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

3 lines (2 loc) 185 B
import { AutoExporterOptions } from '../types/module-exporter.types'; export declare function generateExportsFromDir(startPath: string, config: AutoExporterOptions): Promise<string[]>;