0.1.1 • Published 8 years ago

irregular v0.1.1

Weekly downloads
28
License
MIT
Repository
github
Last release
8 years ago

Irregular

Build Status

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