UNPKG

@yar.ua/numerals

Version:

Number to text - Inflector for Ukrainian numerals

8 lines (7 loc) 304 B
import { InflectionForm } from "../grammar.js"; import { Lexeme } from "./lexeme.js"; export declare class DummyLexeme extends Lexeme { constructor(form?: Partial<InflectionForm>, persistent_form?: Partial<InflectionForm>); inflected(form: Partial<InflectionForm>): Lexeme; text(): string; }