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.

11 lines (10 loc) 433 B
import type { CaseScope } from "../../generate/formative/slot-8/case-scope.js"; /** * Parsed a Cn form as a case scope. * * @param cn The Cn form to be parsed. * @returns An array containing the parsed case scope and a boolean value * indicating whether the case scope indicates the corresponding Vn form is an * aspect. */ export declare function parseCaseScope(cn: string): [caseScope: CaseScope, isAspectual: boolean];