説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.mjs 183B

12345678
  1. import shim from './build/lib/platform-shims/node.js'
  2. import { y18n as _y18n } from './build/lib/index.js'
  3. const y18n = (opts) => {
  4. return _y18n(opts, shim)
  5. }
  6. export default y18n