irregular

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i irregular

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • shaynekasai