UNPKG
@tendencys/queues
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Librería para manejar notificaciones con Bull y Redis
@tendencys/queues
/
src
/
index.js
7 lines
(6 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
Notifications
=
require
(
'./notifications'
);
module
.
exports
= {
create
:
(
config
) =>
{
return
new
Notifications
(config); }, };