gluegun
Version:
A delightful toolkit for building Node-powered CLIs.
14 lines • 390 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var print_tools_1 = require("../toolbox/print-tools");
/**
* Extensions to print to the console.
*
* @param toolbox The running toolbox.
*/
function attach(toolbox) {
// attach the feature set
toolbox.print = print_tools_1.print;
}
exports.default = attach;
//# sourceMappingURL=print-extension.js.map
;