UNPKG
aryan-chat-fca
Version:
latest (0.0.7)
0.0.9
0.0.8
0.0.7
A Facebook chat api for messenger bots
github.com/NethWs3Dev/ws3-fca
NethWs3Dev/ws3-fca
aryan-chat-fca
/
module
/
index.js
6 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
{ login } =
require
(
'../src/core/client'
);
module
.
exports
= { login };