UNPKG

barrelize

Version:

Automatically generating index (barrel) files

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