UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

7 lines (5 loc) 238 B
import userService from './user.service'; import tokenService from './token.service'; import emailService from './email.service'; import authService from './auth.service'; export { userService, tokenService, emailService, authService };