UNPKG

barrelize

Version:

Automatically generating index (barrel) files

3 lines (2 loc) 197 B
import { BarrelConfig, ExportPathInfo } from '../../index.ts'; export declare function handlePathExports(rootDir: string, barrelConfig: BarrelConfig, exportPaths: ExportPathInfo[]): Promise<void>;