UNPKG

i18n-pro

Version:

An out-of-the-box, lightweight JavaScript i18n auto-translation solution

8 lines (6 loc) 182 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./dist/src/lib/index.min.js') } else { module.exports = require('./dist/src/lib/index.js') }