english-verbs-irregular
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

English Irregular Verbs

Plain JSON file containing a list of irregular English verbs.

Use the infinitive verb as the key.

The value is an array:

  • generally with one single value: "write": [ [ "wrote", "written" ] ]
  • sometimes with multiple ones: "weave": [ ["wove", "woven"], ["weaved", "weaved"] ] or "be": [ ["was", "been"], ["were", "been"] ] - it's up to you to decide which one is the proper one!

The gerunds/progressive form (...ing) are not in the list.

Readme

Keywords

Package Sidebar

Install

npm i english-verbs-irregular

Weekly Downloads

559

Version

3.3.0

License

Apache-2.0

Unpacked Size

40.6 kB

Total Files

10

Last publish

Collaborators

  • ludan.stoeckle