UNPKG
@yar.ua/numerals
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Number to text - Inflector for Ukrainian numerals
yar.org.ua
@yar.ua/numerals
/
lib
/
lexeme
/
dummy.d.ts
8 lines
(7 loc)
•
304 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
; }