UNPKG
@messageformat/runtime
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
3.0.0-beta.2
Runtime components of messageformat
messageformat.github.io
messageformat/messageformat
@messageformat/runtime
/
lib
/
formatters.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
export
{ date }
from
'./fmt/date.js'
;
export
{ duration }
from
'./fmt/duration.js'
;
export
{ numberCurrency, numberFmt, numberInteger, numberPercent }
from
'./fmt/number.js'
;
export
{ time }
from
'./fmt/time.js'
;