UNPKG
mx-wolf-amount-spelled-out
Version:
latest (2.0.7)
2.0.7
2.0.6
2.0.5
2.0.4
1.0.3
1.0.2
1.0.1
1.0.0
сумма прописью для платежки ЦБ
github.com/Mx-Wolf/amout-spelled-out
Mx-Wolf/amout-spelled-out
mx-wolf-amount-spelled-out
/
dist
/
plurality.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
enum
Plurality
{
SINGLE
=
0
,
FEW
=
1
,
MANY
=
2
}
export
declare
const
getPlurality
:
(
plu
:
number
) =>
Plurality
;