Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/graph/custom/common/valued-link.ts>ValuedGraphElement.getSingleNode

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

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