Options
All
  • Public
  • Public/Protected
  • All
Menu

@fluent/bundle - v0.16.0

overview

fluent is a JavaScript implementation of Project Fluent, a localization framework designed to unleash the expressive power of the natural language.

Index

Type aliases

FluentFunction

FluentFunction: (positional: FluentValue[], named: Record<string, FluentValue>) => FluentValue

Type declaration

FluentValue

FluentValue: FluentType<unknown> | string

FluentVariable

FluentVariable: FluentValue | NativeValue

TextTransform

TextTransform: (text: string) => string

Type declaration

    • (text: string): string
    • Parameters

      • text: string

      Returns string