UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

13 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var patching_tools_1 = require("../toolbox/patching-tools"); /** * Builds the patching feature. * * @param toolbox The running toolbox. */ function attach(toolbox) { toolbox.patching = patching_tools_1.patching; } exports.default = attach; //# sourceMappingURL=patching-extension.js.map