const util = require('util'); function d(...args) { if (typeof (console) !== 'undefined') { console.log('[Logging]', util.format(...args)); } }