UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

4 lines (3 loc) 124 B
import { GluegunCommand } from '../../domain/command'; declare const NewCommand: GluegunCommand; export default NewCommand;