UNPKG

barro

Version:

Flexible barrel file generation for Javascript and Typescript with watching built-in.

3 lines (2 loc) 113 B
import { Barrel } from "./types/Barrel"; export declare function compileBarrel(barrel: Barrel): Promise<string>;