@hebcal/learning
    Preparing search index...

    Type Alias ShemiratHaLashonReading

    Describes one day's reading in the Sefer Shemirat HaLashon calendar.

    type ShemiratHaLashonReading = {
        b: number | string;
        bk: number;
        e: number | string;
        k: string;
    }
    Index

    Properties

    b bk e k

    Properties

    b: number | string

    Beginning of the day's reading — usually a chapter.halacha number (e.g. 1.1) but occasionally a plain integer for sections that aren't subdivided into halachot.

    bk: number

    Book number — 1 for Book I (Sha'ar HaZechira / HaTvuna / HaTorah / Epilogue) or 2 for Book II (numbered chapters).

    e: number | string

    End of the day's reading. Same format as b. Equals b when only one halacha is studied.

    k: string

    Section name. For Book I one of "Hakdamah", "Shar Hazechira", "Shar Hatvuna", "Shar Hatorah", or "Chasimas Hasefer" (Epilogue). For Book II this is always "x" (a sentinel meaning "no sub-section"). Translate via the englishNames map exported from this module.