1.0.6 • Published 2 years ago

words-count-antier v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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"))

Author

@chanchal_antier

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago