UNPKG

str-util

Version:

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

16 lines 708 B
"use strict"; /** * Created by user on 2017/12/24/024. * * @see https://www.jcinfo.net/tw/tools/kanji * @see http://dict.variants.moe.edu.tw/variants/rbt/japan_chinese_character_tiles.rbt?pageId=2981908 * @see https://en.wikipedia.org/wiki/List_of_j%C5%8Dy%C5%8D_kanji * @see https://hanzi.unihan.com.cn/CJKCompare * @see http://www5b.biglobe.ne.jp/%7Eharigaya/variants.html */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("@lazy-cjk/jp-table-comparison"), exports); const jp_table_comparison_1 = require("@lazy-cjk/jp-table-comparison"); exports.default = jp_table_comparison_1.TABLE; //# sourceMappingURL=table.js.map