UNPKG

chinese-conv

Version:

我就懶,無依賴的,簡繁轉換解決方案。very simple solution for lazy people, no dependencies, converting simplified to traditional and traditional to simplified.

6 lines (4 loc) 143 B
import { tify } from './libs/tongwen-st' import { sify } from './libs/tongwen-ts' export { tifyJson } from './tifyJson' export { sify, tify }