UNPKG

reazi

Version:

HTTP requests made easy using reazi.

16 lines (15 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var http, https; try { http = require('http'); https = require('https'); } catch (error) { http = false; https = false; } exports.default = { http: http, https: https };