UNPKG

ccs-logging-addon

Version:

CCS AddOn for logging states, errors and more

15 lines (14 loc) 342 B
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;