ja.d.cts 502 B

12345678910111213
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Japanese locale.
  5. * @language Japanese
  6. * @iso-639-2 jpn
  7. * @author Thomas Eilmsteiner [@DeMuu](https://github.com/DeMuu)
  8. * @author Yamagishi Kazutoshi [@ykzts](https://github.com/ykzts)
  9. * @author Luca Ban [@mesqueeb](https://github.com/mesqueeb)
  10. * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
  11. * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)
  12. */
  13. export declare const ja: Locale;