japanjs
TypeScript icon, indicating that this package has built-in type declarations

0.1.12 • Public • Published

JapanJS

JapanJS は日本特有の機能を提供するライブラリです。 カナ変換、都道府県の一覧データなど、日本特有のめんどくさい実装を肩代わりします。Tree Shaking なライブラリなのでバンドルサイズが重くなりません。

JapanJS is a library that provides Japan-specific functions. It is a tree-shaking library, so the bundle size is not heavy.

  • カナ変換
  • 都道府県一覧
  • 国民の祝日一覧

Usage

import { Character } from 'jspanjs';

console.log(Character.toHiragana('カタカナ'))
// かたかな

Character.toKatakana('ひらがな')
// ヒラガナ

Document

japanjs.org

Readme

Keywords

Package Sidebar

Install

npm i japanjs

Homepage

japanjs.org

Weekly Downloads

41

Version

0.1.12

License

MIT

Unpacked Size

60.7 kB

Total Files

16

Last publish

Collaborators

  • takasqr