UNPKG

barrelize

Version:

Automatically generating index (barrel) files

3 lines (2 loc) 168 B
import { BarrelConfig, ExportPathInfo } from '../../index.ts'; export declare function handlePathReplace(config: BarrelConfig, paths: ExportPathInfo[]): Promise<void>;