UNPKG

@lazy-cjk/util

Version:
13 lines 324 B
"use strict"; /** * Created by user on 2020/5/29. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.unsafeChinese = void 0; /** * 用來測試字串切割是否正確用的列表 */ exports.unsafeChinese = [ '𠮷', '𠬠', '𡬶', '𫗭', '𣛙', '𢎐', ]; //# sourceMappingURL=index.js.map