blob: 46c82133c91d2fd6582c5cbf280232eb83bc4a2f [file] [log] [blame]
Tim van der Lippebfcaca02020-12-01 13:06:151import shim from './build/lib/platform-shims/node.js'
2import { y18n as _y18n } from './build/lib/index.js'
3
4const y18n = (opts) => {
5 return _y18n(opts, shim)
6}
7
8export default y18n