@hebcal/learning
    Preparing search index...

    Type Alias NachYomi

    Describes a chapter to be read

    type NachYomi = {
        k: string;
        v: number;
    }
    Index

    Properties

    k v

    Properties

    k: string

    book name in English transliteration (e.g. "Joshua", "Song of Songs")

    v: number

    chapter number (e.g. 2)