words-count-antier
v1.0.6
Published
Word Counter is a lightweight TypeScript function that allows you to count the number of words in a given text. It can be seamlessly integrated into your TypeScript projects, making it ideal for applications where you need to analyze text data.
Downloads
5
Maintainers
Readme
Word Counter
Word Counter is a lightweight TypeScript function that allows you to count the number of words in a given text. It can be seamlessly integrated into your TypeScript projects, making it ideal for applications where you need to analyze text data.
Installation
npm install words-count-antier
# or
yarn add words-count-antier
Usage
import countWords from "words-count-antier";
console.log(countWords("count your words"))