Represents a function call

interface CallExpression {
    arguments?: Expression[];
    callee?: Expression;
    type?: string;
}

Properties

arguments?: Expression[]

Function arguments

callee?: Expression
type?: string
MMNEPVFCICPMFPCPTTAAATR