UNPKG

str-util

Version:

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

11 lines (10 loc) 233 B
/** * Created by user on 2017/12/11/011. */ import { zh2num, num2zh } from '@lazy-cjk/zh2num'; export { zh2num, num2zh, }; declare const _default: { zh2num: typeof zh2num; num2zh: typeof num2zh; }; export default _default;