@hebcal/learning
    Preparing search index...

    Type Alias MishnaYomi

    Describes a mishna to be read

    type MishnaYomi = {
        k: string;
        v: string;
    }
    Index

    Properties

    k v

    Properties

    k: string

    tractate name in Sephardic transliteration (e.g. "Berakhot", "Moed Katan")

    v: string

    verse (e.g. "2:1")