@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
12 lines (11 loc) • 385 B
TypeScript
import { SnotifyTypeType } from '../types/snotify-type.type';
/**
* Transform arguments to Snotify object
* @param target any
* @param propertyKey SnotifyTypeType
* @param descriptor PropertyDescriptor
* @returns Snotify
*/
export declare function TransformArgument(target: any, propertyKey: SnotifyTypeType, descriptor: PropertyDescriptor): {
value(...args: any[]): any;
};