irregular
v0.1.1
Published
This is a Node.js module that allows you to search for irregular verb tenses.
Downloads
21
Maintainers
Readme
Irregular
This is a Node.js module that allows you to search for irregular verb tenses.
Usage
var getIrregularVerb = require('irregular');
console.log(getIrregularVerb('find'));
getIrregularVerb() will return an object with the following:
- BF: Base form verb
- PS: Past simple
- PP: Past participle
- TPS: Third person singular
- PPG: Present participle gerund