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
/
utility
/
try-catch
/
index.d.ts
2 lines
(1 loc)
•
196 B
TypeScript
View Raw
1
2
export
declare
function
TryCatch
(
errorHandler
?: ((e:
any
, next:
Function
) =>
void
)
):
(
targetPrototype
:
Object
,
propertyName
:
string
,
propertyDescriptor
:
PropertyDescriptor
) =>
PropertyDescriptor
;