Type alias FluentFunction

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

Type declaration