JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13178
  • Score
    100M100P100Q141057F
  • License MIT

Complete English verb list.

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 👋

npm version npm downloads License: MIT linter by git commit msg linter

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-corpus

Use

/** @type {string[]} */
const verbs = require('verb-corpus');

console.log(verbs.length);

verbs demo

Run tests

npm test

Publish

npm version patch

Author

👤 legend80s

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator