UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

13 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var http_tools_1 = require("../toolbox/http-tools"); /** * An extension to talk to ye olde internet. * * @param toolbox The running toolbox. */ function attach(toolbox) { toolbox.http = http_tools_1.http; } exports.default = attach; //# sourceMappingURL=http-extension.js.map