UNPKG
agenda-admin
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A dashboard for agenda.js
github.com/Lexis-Solutions/agenda-admin
Lexis-Solutions/agenda-admin
agenda-admin
/
dist
/
middleware
/
authentication.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
import
{
NextFunction
,
Request
,
Response
}
from
'express'
;
export
declare
const
authentication
:
(
req
:
Request
,
res
:
Response
,
next
:
NextFunction
) =>
void
;