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.

5 lines (4 loc) 251 B
import type { RootEntry } from "./roots.js"; export declare const rootsMap: Map<string, RootEntry>; export declare function getIntegerCr(root: number | bigint): string | undefined; export declare function getIntegerRootEntry(root: bigint): RootEntry;