0.1.1 • Published 9 years ago
express-toolbox v0.1.1
Installation
import * as ET from 'express-toolbox'Usage
router.get('/', ET.try$(async (req, res, next) => {
...
}))ET.hang(router).until(async () => {
await initializeDatabase()
await ....
})