Skip to content

qianbin/express-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

import * as ET from 'express-toolbox'

Usage

router.get('/', ET.try$(async (req, res, next) => {
  ...
}))
ET.hang(router).until(async () => {
	await initializeDatabase()
	await ....
})

Releases

No releases published

Packages

No packages published