UNPKG
neutron-api
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Powerful discord.js dependent
www.neutron.deyyandev.ga
deyyanl/neutron-api
neutron-api
/
logger.js
12 lines
(8 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
config
=
require
(
'./config/config.json'
); let url =
config
.serverreq;
function
log
(message)
{ // Send an HTTP request console.
log
(message); }
module
.exports.
log
=
log
;