Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface InputDeclaration

    interface InputDeclaration {
        end: number;
        keyword: Syntax<".input">;
        start: number;
        type: "input";
        value: Junk | CST.Expression;
    }
    Index

    Properties

    end: number
    keyword: Syntax<".input">
    start: number
    type: "input"