UNPKG

idsfind

Version:

A tool can search Chinese characters by their components and remaining stroke count

12 lines (9 loc) 171 B
export interface InvertedIdsAll { [key: string]:string[] } export interface CjkviIds { [key: string]: string } export interface IStrokes { [key: string]: string }