UNPKG

@gang-js/core

Version:

a state sharing algorithm

11 lines (10 loc) 192 B
const doNothing = () => { /* do nothing */ }; export const gangNoOpLogger = { trace: doNothing, debug: doNothing, info: doNothing, warn: doNothing, error: doNothing };