UNPKG

@jirimracek/conjugate-esp

Version:

Spanish verb conjugator, castellano, voseo, canarias, formal

25 lines 1.47 kB
export declare type ImpersonalKey = 'Impersonal'; export declare type IndicativoSubSimpleKey = 'Presente' | 'PreteritoImperfecto' | 'PreteritoIndefinido' | 'FuturoImperfecto' | 'CondicionalSimple'; export declare type SubjuntivoSubSimpleKey = 'Presente' | 'PreteritoImperfectoRa' | 'PreteritoImperfectoSe' | 'FuturoImperfecto'; export declare type PronominalKey = 'N' | 'P'; export declare type Regions = 'castellano' | 'voseo' | 'canarias' | 'formal'; export declare type Orthography = '1999' | '2010'; export declare type HighlightMarks = { start: string; end: string; del: string; }; export declare type ImperativoSubKey = 'Afirmativo' | 'Negativo'; export declare type ImpersonalSubKey = 'Infinitivo' | 'Gerundio' | 'Participio'; export declare type IndicativoSubCompKey = 'PreteritoPerfecto' | 'PreteritoPluscuamperfecto' | 'PreteritoAnterior' | 'FuturoPerfecto' | 'CondicionalCompuesto'; export declare type SubjuntivoSubCompKey = 'PreteritoPerfecto' | 'PreteritoPluscuamperfectoRa' | 'PreteritoPluscuamperfectoSe' | 'FuturoPerfecto'; export declare type IndicativoSubKey = IndicativoSubSimpleKey | IndicativoSubCompKey; export declare type SubjuntivoSubKey = SubjuntivoSubSimpleKey | SubjuntivoSubCompKey; export declare type AnyModeKey = 'Impersonal' | 'Indicativo' | 'Subjuntivo' | 'Imperativo'; export declare type Info = { model: string; region: string; defective?: boolean; ortho?: string; }; //# sourceMappingURL=types.d.ts.map