UNPKG
@giancosta86/hermes
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
1.1.0
1.1.0-beta.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.1
Minimalist i18n in TypeScript
github.com/giancosta86/hermes
giancosta86/hermes
@giancosta86/hermes
/
dist
/
MeasureUnit.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Noun
}
from
"./Noun"
;
export
declare
class
MeasureUnit
{
private
readonly
noun;
constructor
(
noun
:
Noun
);
declineFor
(
quantity
:
number
):
string
; }
//# sourceMappingURL=MeasureUnit.d.ts.map