UNPKG

global-express

Version:

A Command line interface for instantly building an express

5 lines (3 loc) 149 B
const BaseService = require('./BaseService'); const ExampleService = require('./ExampleService'); module.exports = { BaseService, ExampleService };