interface SearchDegreeCentralityNormalizedResultUndirected {
    degree(node: NodeSingular): any;
}

Methods

Methods