Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface SimpleMessage

    interface SimpleMessage {
        declarations?: undefined;
        errors: MessageSyntaxError[];
        pattern: CST.Pattern;
        type: "simple";
    }
    Index

    Properties

    declarations?: undefined
    pattern: CST.Pattern
    type: "simple"