MFML - v0.0.5
    Preparing search index...

    Interface MessageFunction<Values>

    A message function produced by a compiler.

    interface MessageFunction<Values extends object | void = any> {
        h?: string;
        (locale: string): null | MessageNode<Values>;
    }

    Type Parameters

    • Values extends object | void = any

      Message argument values.

    Index

    Properties

    Properties

    h?: string

    The unique message function hash.