str-util
Version:
convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper
13 lines • 490 B
JavaScript
;
/**
* 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
*/
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/jp-table-convert"), exports);
const jp_table_convert_1 = require("@lazy-cjk/jp-table-convert");
exports.default = jp_table_convert_1.zh2jp;
//# sourceMappingURL=zh2jp.js.map