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
/
cjs
/
Rite.js
9 lines
(8 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Rite
=
void
0
;
var
Rite
; (
function
(
Rite
) {
Rite
[
Rite
[
"SEFARADI"
] =
0
] =
"SEFARADI"
;
Rite
[
Rite
[
"ASHKENAZI"
] =
1
] =
"ASHKENAZI"
; })(
Rite
=
exports
.
Rite
|| (
exports
.
Rite
= {}));