UNPKG

idsfind

Version:

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

6 lines (4 loc) 215 B
declare function idsfind(termString: string): string[]; declare function getTotalStrokes(char: string): number; declare function getCjkviIDS(char: string): string; export { getCjkviIDS, getTotalStrokes, idsfind };