middleware-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Middleware

import Middeware from "middleware"

const middeware  = new Middeware()
const ctx = {}
middeware.use(async(ctx,next)=>{

}).run(ctx).then((ctx)=>{

})

Readme

Keywords

none

Package Sidebar

Install

npm i middleware-ts

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

3.07 kB

Total Files

4

Last publish

Collaborators

  • luohongweb