index.js 185 B

1234567891011
  1. const i18n = require('./i18n')
  2. /**
  3. * defaults to singleton, backward compat
  4. */
  5. module.exports = i18n()
  6. /**
  7. * exports constructor with capital letter
  8. */
  9. module.exports.I18n = i18n