Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 244 Bytes

readme.markdown

File metadata and controls

15 lines (10 loc) · 244 Bytes

Description

Find regular and irregular English verbs.

Third person singular and Present participle gerund forms.

Install

npm i english-verbs

Usage

var getVerb = require('english-verbs');

console.log(getVerb('go'));

License

MIT