UNPKG

ember-cerebraljs

Version:
5 lines (4 loc) 131 B
export default function logger(type = 'log', ...args) { window[`console`][type].apply(null, args); return window[`console`]; }