UNPKG

is-cjk-hanzi

Version:

Whether a character is a (single) cjk hanzi

6 lines (5 loc) 146 B
/** * Returns true if the text contains valid CJK characters. */ declare function isCJKHanzi(text: string): boolean; export default isCJKHanzi;