hebrew-transliteration
Version:
a package for transliterating Hebrew
96 lines (95 loc) • 2.23 kB
JavaScript
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var michiganClaremont_exports = {};
__export(michiganClaremont_exports, {
michiganClaremont: () => michiganClaremont
});
module.exports = __toCommonJS(michiganClaremont_exports);
const michiganClaremont = {
VOCAL_SHEVA: ":",
HATAF_SEGOL: ":E",
HATAF_PATAH: ":A",
HATAF_QAMATS: ":F",
HIRIQ: "I",
TSERE: '"',
SEGOL: "E",
PATAH: "A",
QAMATS: "F",
HOLAM: "O",
HOLAM_HASER: "O",
QUBUTS: "U",
DAGESH: "",
DAGESH_CHAZAQ: true,
MAQAF: "-",
PASEQ: "",
SOF_PASUQ: "",
QAMATS_QATAN: "F",
FURTIVE_PATAH: "A",
HIRIQ_YOD: "I",
TSERE_YOD: '"',
SEGOL_YOD: "E",
SHUREQ: "W.",
HOLAM_VAV: "OW",
QAMATS_HE: "F",
SEGOL_HE: "E",
TSERE_HE: '"',
MS_SUFX: "FYW",
ALEF: ")",
BET: "B",
GIMEL: "G",
DALET: "D",
HE: "H",
VAV: "W",
ZAYIN: "Z",
HET: "X",
TET: "+",
YOD: "Y",
FINAL_KAF: "K",
KAF: "K",
LAMED: "L",
FINAL_MEM: "M",
MEM: "M",
FINAL_NUN: "N",
NUN: "N",
SAMEKH: "S",
AYIN: "(",
FINAL_PE: "P",
PE: "P",
FINAL_TSADI: "C",
TSADI: "C",
QOF: "Q",
RESH: "R",
SHIN: "$",
SIN: "&",
TAV: "T",
DIVINE_NAME: "YHWH",
longVowels: true,
qametsQatan: false,
shevaAfterMeteg: true,
sqnmlvy: false,
wawShureq: true,
article: false,
allowNoNiqqud: true,
strict: false,
holemHaser: "remove"
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
michiganClaremont
});
//# sourceMappingURL=michiganClaremont.js.map