UNPKG

word-counter-api

Version:
6 lines (5 loc) 103 B
declare function counter(text: string): { words: number, characters: number } export = counter;