UNPKG

@devlander/collect-exports-for-bundle

Version:

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

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