express-toolbox
v0.1.1
Published
Tools for Express
Downloads
56
Readme
Installation
import * as ET from 'express-toolbox'
Usage
router.get('/', ET.try$(async (req, res, next) => {
...
}))
ET.hang(router).until(async () => {
await initializeDatabase()
await ....
})