UNPKG
ccs-logging-addon
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
CCS AddOn for logging states, errors and more
ccs-logging-addon
/
dist
/
index.js
15 lines
(14 loc)
•
342 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ sndMsgConsole, sndMsgApi, sndMsgSlack }
from
'./functions'
;
const
fedexWebAddon = {
name
:
'logging'
,
name_friendly
:
'Logging library'
,
version
:
'1.0.0'
,
init
(
) {
return
{ sndMsgConsole, sndMsgApi, sndMsgSlack }; } };
export
default
fedexWebAddon;