UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

8 lines (7 loc) 204 B
import { GluegunToolbox } from '../domain/toolbox'; /** * Builds the code generation feature. * * @param toolbox The running toolbox. */ export default function attach(toolbox: GluegunToolbox): void;