Lines Matching refs:y18n
169 function y18n$1(opts, _shim) {
171 const y18n = new Y18N(opts);
173 __: y18n.__.bind(y18n),
174 __n: y18n.__n.bind(y18n),
175 setLocale: y18n.setLocale.bind(y18n),
176 getLocale: y18n.getLocale.bind(y18n),
177 updateLocale: y18n.updateLocale.bind(y18n),
178 locale: y18n.locale
199 const y18n = (opts) => {
200 return y18n$1(opts, nodePlatformShim);
203 module.exports = y18n;