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-middleware.d.ts
2 lines
(1 loc)
•
177 B
TypeScript
View Raw
1
2
export
declare
function
guardToMiddleware
(
guardClass
:
any
):
() =>
(
targetPrototype
:
Object
,
propertyName
:
string
,
propertyDescriptor
:
PropertyDescriptor
) =>
PropertyDescriptor
;