Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface FunctionRef

    interface FunctionRef {
        end: number;
        name: Identifier;
        open: Syntax<":">;
        options: Option[];
        start: number;
        type: "function";
    }
    Index

    Properties

    end: number
    open: Syntax<":">
    options: Option[]
    start: number
    type: "function"