Function inLocative

  • Inflects an anthroponym in locative grammatical case.

    Example

    const anthroponym = await shevchenko.inLocative({
    gender: shevchenko.GrammaticalGender.MASCULINE,
    givenName: 'Тарас',
    patronymicName: 'Григорович',
    familyName: 'Шевченко',
    });

    Throws

    Input validation error.

    Type Parameters

    Parameters

    • input: T

    Returns Promise<DeclensionOutput<T>>

Generated using TypeDoc