UNPKG

str-util

Version:

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

15 lines (14 loc) 513 B
/** * Created by user on 2017/12/8/008. */ import { toFullEnglish, toFullNumber, toFullWidth, toHalfEnglish, toHalfNumber, toHalfWidth, type IFactoryFn } from '@lazy-cjk/fullhalf'; export { toFullNumber, toHalfNumber, toFullEnglish, toHalfEnglish, toFullWidth, toHalfWidth, }; declare const _default: { toFullNumber: IFactoryFn; toHalfNumber: IFactoryFn; toFullEnglish: IFactoryFn; toHalfEnglish: IFactoryFn; toFullWidth: IFactoryFn; toHalfWidth: IFactoryFn; }; export default _default;