UNPKG

@ypa/cyborg-js

Version:

CyborgJS - A SEO Friendly PBA Framework

8 lines (7 loc) 310 B
import { ICanHandleNotifications } from '../interfaces/ICanHandleNotifications'; export declare class Notification { readonly name: string; readonly target: ICanHandleNotifications; readonly handler: Function; constructor(pTarget: ICanHandleNotifications, pName: string, pHandler: Function); }