UNPKG

@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.

10 lines (9 loc) 275 B
import { type VN } from "../generate/index.js"; import { GlossString } from "./glossable.js"; /** * Glosses a Vn form. * * @param vn The Vn form to be glossed. * @returns A `GlossString` representing the Vn form. */ export declare function glossVn(vn: VN): GlossString;