MFML - v0.0.4
    Preparing search index...

    Interface MessageFunction<Values>

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

    Type Parameters

    • Values extends object | void = any
    Index

    Properties

    Properties

    h?: string

    The unique message function hash.