UNPKG

barro

Version:

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

4 lines (2 loc) 121 B
import { BarrelFile } from "./BarrelFile"; export type BarrelTemplateFn = (options: { files: BarrelFile[] }) => string;