lib/i18n/i18n.js (3 lines of code) (raw):

/** * @param {string} str * @returns {string} */ module.exports = (str) => { return str; };