UNPKG
@calj.net/jdates
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
The Jewish Dates library from https://CalJ.net
github.com/zzgab/calj-jdates
@calj.net/jdates
/
dist
/
lib
/
types
/
ParashaLocalizer.d.ts
7 lines
(6 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ParashaSpecial
}
from
"./Parasha"
;
import
{
Sidra
}
from
"./Sidra"
;
export
interface
ParashaLocalizer
{
special
(
specialParasha
:
ParashaSpecial
|
undefined
):
string
;
sidra
(
parshiot
:
Sidra
[] |
undefined
):
string
; }