UNPKG

word-count

Version:

Word count in respect of CJK characters.

4 lines (3 loc) 87 B
declare module "word-count" { export default function count(text: string): number; }