UNPKG
@huudann/fca-unofficial
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.3
1.0.2
1.0.1
Facebook Chat Api
github.com/hdann/fca
hdann/fca
@huudann/fca-unofficial
/
logger.js
7 lines
(5 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
chalk =
require
(
'chalk'
);
//const notifier = require('node-notifier');
module
.
exports
=
(
str, end
) =>
{
console
.
log
(chalk.
hex
(
'#9c27b0'
).
bold
(
`
${end}
» `
) + str); };