UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

9 lines (7 loc) 175 B
import config from '../config'; export const logger = { debug(...args: Array<any>) { if (config.debug) console.debug('[ASL Debug]', ...args); } }