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.

8 lines (7 loc) 206 B
import { deepFreeze } from "../../helpers/deep-freeze.js"; /** An array containing all Vn types. */ export const ALL_VN_TYPES = /* @__PURE__ */ deepFreeze([ "empty", "non-aspect", "aspect", ]);