UNPKG

@calj.net/jdates

Version:

The Jewish Dates library from https://CalJ.net

7 lines (6 loc) 230 B
import { ParashaSpecial } from "./Parasha"; import { Sidra } from "./Sidra"; export interface ParashaLocalizer { special(specialParasha: ParashaSpecial | undefined): string; sidra(parshiot: Sidra[] | undefined): string; }