@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface FunctionElementInSource {
        arguments: Expression[];
        comments?: string[];
        kind: "function";
        lineNumber: number;
        name: string;
        node: Node;
        source: SourceFile;
    }
    Index

    Properties

    arguments: Expression[]
    comments?: string[]
    kind: "function"
    lineNumber: number
    name: string
    node: Node
    source: SourceFile