m4-word-counter
v1.0.0
Published
v
Downloads
2
Readme
Word-Counter
A word counter is a TypeScript program that takes a string input and counts the words present in it. The program understands all characters in the string as words except whitespace and punctuation. The output of the word counter is the count of words present in the given string.
