UNPKG

nestjs-rollbar

Version:
3 lines (2 loc) 232 B
import { IRollbarOptions } from '../interfaces/rollbar-options.interface'; export declare const RollbarHandler: (options?: IRollbarOptions) => (target: any, methodName: string, descriptor: PropertyDescriptor) => PropertyDescriptor;