@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.
11 lines (10 loc) • 421 B
TypeScript
import type { Essence } from "../ca/index.js";
/**
* Applies an essence to an unstressed referential.
*
* @param word The unstressed word to apply essence to.
* @param essence The essence to be applies.
* @returns Romanized Ithkuilic text containing the word, along with a possible
* stress indicator on a single vowel.
*/
export declare function applyReferentialEssence(word: string, essence: Essence): string;