UNPKG

@hebcal/leyning

Version:

Torah Reading API for Parashat HaShavua and holidays

7 lines (6 loc) 270 B
import { Aliyah } from './types'; export declare function formatVerseToHebrew(chapVerse: string): string; /** * Formats an aliyah object like "Numbers 28:9-15" */ export declare function formatAliyahShort(aliyah: Aliyah, showBook: boolean, language?: string): string;