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) 236 B
/** * Converts a numeric adjunct to Ithkuil. * * @param bias The adjunct to be converted. * @returns Romanized Ithkuilic text representing the adjunct. */ export function numericAdjunctToIthkuil(number) { return "" + number; }