Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 429 Bytes

Readme.md

File metadata and controls

27 lines (15 loc) · 429 Bytes

word-count

Word count in respect of CJK characters.

Build Status

Installation

Install with component(1):

$ component install yuehu/word-count

Also available as a node module:

$ npm install word-count

API

var count = require('word-count')
count(string)

License

MIT