npm.io
0.3.1 • Published 1 year ago

word-count

Licence
MIT
Version
0.3.1
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
22

word-count

Word count in respect of CJK characters.

Installation

Install with npm:

$ npm install word-count

API

import count from 'word-count'

const text = 'hello means 你好'
count(text)
// 4

License

MIT

Keywords