UNPKG

str-util

Version:

convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper

10 lines (9 loc) 284 B
/** * Created by user on 2017/12/24/024. * * this module only do the char is exists in jp, zht, zhs * so don't use this module when u wanna fully zht <=> zhs */ export * from '@lazy-cjk/jp-table-convert'; import { zh2jp } from '@lazy-cjk/jp-table-convert'; export default zh2jp;