UNPKG

@fradev/ng-snotify

Version:
13 lines (12 loc) 390 B
import { SnotifyType } from '../types/snotify.type'; /** * Transform arguments to Snotify object * @param target * @param {SnotifyType} propertyKey * @param {PropertyDescriptor} descriptor * @returns {Snotify} * @constructor */ export declare function TransformArgument(target: any, propertyKey: SnotifyType, descriptor: PropertyDescriptor): { value: (...args: any[]) => any; };