UNPKG
@kokkoro/web
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Create web serve for kokkoro.
github.com/kokkorojs/web
kokkorojs/web
@kokkoro/web
/
lib
/
middleware
/
auth.middleware.d.ts
4 lines
(3 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
import
{
Next
}
from
'koa'
;
import
{
Context
}
from
'../app'
;
export
default
function
authHandler
(
ctx: Context, next: Next
):
Promise
<
void
>;