UNPKG

barrelize

Version:

Automatically generating index (barrel) files

3 lines (2 loc) 174 B
import { BarrelConfig, ExportPathInfo } from '../../index.ts'; export declare function handlePaths(configDir: string, barrelConfig: BarrelConfig): Promise<ExportPathInfo[]>;