UNPKG

novel-segment

Version:

Chinese word segmentation 簡繁中文分词模块 以網路小說為樣本

5 lines (4 loc) 110 B
/** * Created by user on 2020/7/1. */ export declare function notNum<T>(val: T): val is Exclude<T, number>;