包详细信息

word-count

lepture81.3kMIT0.3.1

Word count in respect of CJK characters.

count, word-count

自述文件

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