express-toolbox
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Installation

import * as ET from 'express-toolbox'

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i express-toolbox

Weekly Downloads

11

Version

0.1.1

License

ISC

Last publish

Collaborators

  • cola_tin