UNPKG
honion
Version:
alpha (0.0.1-alpha.2)
latest (0.1.0)
0.1.0
0.0.1
0.0.1-alpha.2
0.0.1-alpha.1
通用洋葱模型中间件
github.com/hal-wang/honion
hal-wang/honion
honion
/
test
/
test-honion.ts
10 lines
(7 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Context, Honion } from
"../src"
; export
class
TestContext
extends
Context
{} export
class
TestHonion
extends
Honion
{ async run() {
return
await this.invoke(); } }