Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/graph/custom/common/index.ts>GraphElement.getSingleNode

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function GraphElement.getSingleNode
import { GraphElement } from "https://deno.land/x/rimbu@0.13.1/graph/custom/common/index.ts";
const { getSingleNode } = GraphElement;

Returns the value of a single node graph element if the given element e is a single node, or the given otherwise fallback value otherwise.

Parameters

  • the graph element

Returns

N | undefined