fluent.js
    Preparing search index...
    Index

    Constructors

    Properties

    args: null | Record<string, FluentVariable>

    A dict of developer-provided variables.

    bundle: FluentBundle

    The bundle for which the given resolution is happening.

    errors: null | Error[]

    The list of errors collected while resolving.

    params: null | Record<string, FluentVariable> = null

    A dict of parameters passed to a TermReference.

    Methods

    • Parameters

      • ctor: NumberFormatConstructor
      • opts: NumberFormatOptions

      Returns NumberFormat

    • Parameters

      • ctor: DateTimeFormatConstructor
      • opts: DateTimeFormatOptions

      Returns DateTimeFormat

    • Parameters

      • ctor: PluralRulesConstructor
      • opts: PluralRulesOptions

      Returns PluralRules

    • Parameters

      • error: unknown

      Returns void