UNPKG

cea-core

Version:
4 lines (3 loc) 169 B
declare const saveNotifications: (args: Array<any>) => void; declare const notify: (addtionalMessage: string) => Promise<void>; export { notify, saveNotifications };