Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface CatchallKey

    The catch-all key matches all values.

    interface CatchallKey {
        type: "*";
        value?: string;
    }
    Index

    Properties

    Properties

    type: "*"
    value?: string