UNPKG
@o-galaxy/ether
Version:
beta (1.2.1-beta.1)
latest (1.2.0)
1.2.1-beta.1
1.2.0
1.2.0-beta.1
1.1.0
1.1.0-beta.1
1.1.0-beta.0
1.0.2
1.0.1
1.0.0
Rest Api Framework
@o-galaxy/ether
/
common
/
convert
/
guard-to-request-handler.d.ts
2 lines
(1 loc)
•
114 B
TypeScript
View Raw
1
2
export
declare
function
guardToRequestHandler
(
gourdClass
:
any
):
(
req
:
any
,
res
:
any
,
next
:
any
) =>
Promise
<
void
>;