hebrew-transliteration
Version:
a package for transliterating Hebrew
74 lines (73 loc) • 2.03 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 hebCharsTrans_exports = {};
__export(hebCharsTrans_exports, {
transliterateMap: () => transliterateMap
});
module.exports = __toCommonJS(hebCharsTrans_exports);
const transliterateMap = {
"\u05B0": "VOCAL_SHEVA",
"\u05B1": "HATAF_SEGOL",
"\u05B2": "HATAF_PATAH",
"\u05B3": "HATAF_QAMATS",
"\u05B4": "HIRIQ",
"\u05B5": "TSERE",
"\u05B6": "SEGOL",
"\u05B7": "PATAH",
"\u05B8": "QAMATS",
"\u05B9": "HOLAM",
"\u05BA": "HOLAM",
"\u05BB": "QUBUTS",
"\u05BC": "DAGESH",
"\u05BE": "MAQAF",
"\u05C0": "PASEQ",
"\u05C3": "SOF_PASUQ",
"\u05C7": "QAMATS_QATAN",
\u05D0: "ALEF",
\u05D1: "BET",
\u05D2: "GIMEL",
\u05D3: "DALET",
\u05D4: "HE",
\u05D5: "VAV",
\u05D6: "ZAYIN",
\u05D7: "HET",
\u05D8: "TET",
\u05D9: "YOD",
\u05DA: "FINAL_KAF",
\u05DB: "KAF",
\u05DC: "LAMED",
\u05DD: "FINAL_MEM",
\u05DE: "MEM",
\u05DF: "FINAL_NUN",
\u05E0: "NUN",
\u05E1: "SAMEKH",
\u05E2: "AYIN",
\u05E3: "FINAL_PE",
\u05E4: "PE",
\u05E5: "FINAL_TSADI",
\u05E6: "TSADI",
\u05E7: "QOF",
\u05E8: "RESH",
\u05E9: "SHIN",
\u05EA: "TAV"
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
transliterateMap
});
//# sourceMappingURL=hebCharsTrans.js.map