@hebcal/leyning
    Preparing search index...

    Type Alias LeyningNames

    Transliterated English and Hebrew names of a parsha hashavua or holiday

    type LeyningNames = {
        en: string;
        he: string;
    }
    Index
    en: string

    Transliterated English, e.g. "Bereshit"

    he: string

    Hebrew with nikud (vowel points), e.g. "בְּרֵאשִׁית"