@zsnout/ithkuil
Version:
A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.
12 lines (11 loc) • 349 B
JavaScript
import { deepFreeze } from "../helpers/deep-freeze.js";
/** An array containing all essences. */
export const ALL_ESSENCES = /* @__PURE__ */ deepFreeze([
"NRM",
"RPV",
]);
/** An object mapping from essences to their names. */
export const ESSENCE_TO_NAME_MAP = /* @__PURE__ */ deepFreeze({
NRM: "Normal",
RPV: "Representative",
});