UNPKG

@grouparoo/core

Version:
6 lines (5 loc) 210 B
import { Notifier, NotifierMessagePayload } from "../classes/notifier"; export declare class NewVersionNotifier extends Notifier { constructor(); buildNotification(): Promise<NotifierMessagePayload>; }