UNPKG

hiproxy

Version:

hiproxy - lightweight and powerful proxy tool for front-end developer based on Node.js.

15 lines (13 loc) 257 B
/** * @file commands info * @author zdying */ 'use strict'; module.exports = { init: require('./init'), open: require('./open'), restart: require('./restart'), start: require('./start'), state: require('./state'), stop: require('./stop') };