Skip to content

shaynekasai/irregular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published