UNPKG

els-addon-typed-templates

Version:
16 lines 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withDebug = void 0; const debug = false; function withDebug(cb) { if (debug) { try { cb(); } catch (e) { console.error(e); } } } exports.withDebug = withDebug; //# sourceMappingURL=logger.js.map