UNPKG

@devlander/collect-exports-for-bundle

Version:

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

5 lines (4 loc) 414 B
import { AutoExporterOptions } from '../../types/module-exporter.types'; import { BundleExportAsFunctionParams } from '../bundle-export-as-function'; import { ConfigForCollectPathsFromDirectories } from './collect-paths-from-directories'; export declare function collectPaths(startPath: string, config: AutoExporterOptions | BundleExportAsFunctionParams | ConfigForCollectPathsFromDirectories): Promise<string[]>;