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

3.3.1 • Public • Published

spanish-verbs

Agreement of Spanish verbs.

Heavily based on conjugator (Copyright © 2017, HealthTap, Inc., under Apache 2.0 license).

Some of the changes:

API: getConjugation

TODO:

  • plenty of exceptions still missing

Installation

npm install spanish-verbs

Usage

const SpanishVerbs = require('spanish-verbs');

// habla
console.log(SpanishVerbs.getConjugation('hablar', 'INDICATIVE_PRESENT', 2));

/spanish-verbs/

    Package Sidebar

    Install

    npm i spanish-verbs

    Weekly Downloads

    240

    Version

    3.3.1

    License

    Apache-2.0

    Unpacked Size

    156 kB

    Total Files

    24

    Last publish

    Collaborators

    • ludan.stoeckle