Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 518 Bytes

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