UNPKG

cac

Version:

Simple yet powerful framework for building command-line apps.

7 lines (6 loc) 161 B
import CAC from './CAC'; /** * @param name The program name to display in help and version message */ declare const cac: (name?: string) => CAC; export = cac;