UNPKG
@alandawi/dau
Version:
latest (1.2.1)
1.2.1
1.1.6
1.1.5
1.1.4
Display Advertising Utils
github.com/alandawi/dau
alandawi/dau
@alandawi/dau
/
utils
/
log.js
13 lines
(10 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
alert =
require
(
'cli-alerts'
);
module
.
exports
=
info
=>
{
alert
({
type
:
`warning`
,
name
:
`DEBUG LOG`
,
msg
:
``
});
console
.
log
(info);
console
.
log
(); };