@ironarachne/words
    Preparing search index...

    Function pronoun

    • Returns the pronoun for a given gender and word case. Unknown genders default to singular they. Unknown word cases throw.

      Parameters

      • gender: string

        The gender ("female", "male", or any other value).

      • wordCase: string

        One of "subjective", "possessive", or "objective".

      Returns string

      The pronoun.

      If wordCase is not one of the three supported values.