UNPKG

starty

Version:

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

16 lines (12 loc) 188 B
'use strict' const HTTP = 'http'; const HTTPS = 'https'; const defaultPorts = { HTTP: 80, HTTPS: 443 } module.exports = { HTTP, HTTPS, defaultPorts }