UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

10 lines (7 loc) 177 B
'use strict' const {httpsMethods} = require('./https-client'); const {httpMethods} = require('./http-client'); module.exports = { httpsMethods, httpMethods }