Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface LocalDeclaration

    interface LocalDeclaration {
        name: string;
        type: "local";
        value: Model.Expression;
    }
    Index

    Properties

    Properties

    name: string
    type: "local"