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>ValuedGraphElement.isSingleNode

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

Returns true if the given graph element e is a single node. Instructs the compiler that the type is a 1-tuple.

Parameters

e: ValuedGraphElement<any, any>
  • the graph element

Returns

e is [unknown]