UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

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