UNPKG
wwebjs-mysql
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A MySQL plugin for whatsapp-web.js library
github.com/paulvl/wwebjs-mysql
paulvl/wwebjs-mysql
wwebjs-mysql
/
index.js
5 lines
(4 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
module
.
exports
= {
MysqlStore
:
require
(
'./src/MysqlStore'
) };