fluent library
Classes
- FluentBundle
- Message bundles are single-language stores of translation resources. They are responsible for formatting message values and attributes to strings.
- FluentDateTime
-
A
FluentTyperepresenting a date and time. - FluentNone
-
A
FluentValuerepresenting no correct value. - FluentNumber
-
A
FluentValuerepresenting a number. - FluentString
-
A
FluentValuerepresenting string value. -
FluentValue<
T> -
The
FluentValueclass is the base of Fluent's type system.
Typedefs
- TextTransform = String Function(String s)