UNPKG

@picturelink/barrelsby

Version:

Automatic TypeScript barrels for your entire code base

5 lines (4 loc) 129 B
#! /usr/bin/env node import { Arguments } from "./options/options"; declare function main(args: Arguments): void; export = main;