UNPKG
nestjs-rollbar
Version:
latest (3.0.0)
3.0.0
2.0.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.2.0-beta-3
1.2.0-beta-2
1.2.0-beta-1
1.1.1
1.1.1-beta-4
1.1.1-beta-3
1.1.1-beta-2
1.1.1-beta
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Rollbar Module for NestJS
github.com/AlariCode/nestjs-rollbar
AlariCode/nestjs-rollbar
nestjs-rollbar
/
dist
/
decorators
/
rollbar.decorator.d.ts
3 lines
(2 loc)
•
232 B
TypeScript
View Raw
1
2
3
import
{
IRollbarOptions
}
from
'../interfaces/rollbar-options.interface'
;
export
declare
const
RollbarHandler
:
(
options
?:
IRollbarOptions
) =>
(
target
:
any
,
methodName
:
string
,
descriptor
:
PropertyDescriptor
) =>
PropertyDescriptor
;