UNPKG

wingbot

Version:

Enterprise Messaging Bot Conversation Engine

13 lines (10 loc) 227 B
/* * @author David Menger */ 'use strict'; const Notifications = require('./Notifications'); const NotificationsStorage = require('./NotificationsStorage'); module.exports = { Notifications, NotificationsStorage };