Package Exports
- verb-corpus
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (verb-corpus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to Verb Corpus 👋
Almost complete English verb list. 1600+ common English verbs.
There are thousands of regular verbs in English. This is a list of some 1600 of the more common regular verbs. Note that there are some spelling variations in American English (for example, practise becomes practice in American English).
Install
npm install --save verb-corpusUse
/** @type {string[]} */
const verbs = require('verb-corpus');
console.log(verbs.length);
  
Run tests
npm testPublish
npm version patchAuthor
👤 legend80s
- Github: @legend80s
 
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator