UNPKG

@tendencys/queues

Version:

Librería para manejar notificaciones con Bull y Redis

7 lines (6 loc) 147 B
const Notifications = require('./notifications'); module.exports = { create: (config) => { return new Notifications(config); }, };