UNPKG

@dkh-dev/app

Version:
10 lines (5 loc) 160 B
'use strict' const App = require('./lib/app') const HttpError = require('./lib/utils/http-error') module.exports = App module.exports.HttpError = HttpError