KC's Workspace
    Preparing search index...
    interface FunctionExpression {
        async?: boolean;
        body: BlockStatement;
        generator?: boolean;
        id?: Identifier | null;
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        params: Pattern[];
        range?: [number, number];
        trailingComments?: Comment[];
        type: "FunctionExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    async?: boolean
    generator?: boolean
    id?: Identifier | null
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    params: Pattern[]
    range?: [number, number]
    trailingComments?: Comment[]
    type: "FunctionExpression"