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.

15 lines (14 loc) 276 B
import { deepFreeze } from "./deep-freeze.js"; /** An array containing all permissible dipthongs in Ithkuil. */ export const ALL_DIPTHONGS = /* @__PURE__ */ deepFreeze([ "ai", "ei", "ëi", "oi", "ui", "au", "eu", "ëu", "ou", "iu", ]);