UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

6 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.http = void 0; var http_tools_1 = require("./toolbox/http-tools"); Object.defineProperty(exports, "http", { enumerable: true, get: function () { return http_tools_1.http; } }); //# sourceMappingURL=http.js.map