UNPKG

btrz-webhooks-emitter

Version:

Betterez simple client to emit events to the webhooks pipeline

9 lines (8 loc) 106 B
module.exports = { error(str) { console.error(str); }, info(str) { console.log(str); } };