UNPKG

ember-cli-uni-translations

Version:
10 lines (9 loc) 206 B
/* global module */ module.exports = { info() { console.info(`[ember-cli-uni-translations]`, ...arguments); }, error() { console.error(`[ember-cli-uni-translations] ⚠`, ...arguments); } }