@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) • 347 B
JavaScript
import { deepFreeze } from "../../helpers/deep-freeze.js";
/** An array containing all versions. */
export const ALL_VERSIONS = /* @__PURE__ */ deepFreeze([
"PRC",
"CPT",
]);
/** An object mapping versions to their names. */
export const VERSION_TO_NAME_MAP = /* @__PURE__ */ deepFreeze({
PRC: "Processual",
CPT: "Completive",
});