Skip to main content
Module

x/rimbu/mod.ts>Literal.getValue

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Literal.getValue
import { Literal } from "https://deno.land/x/rimbu@0.10.0/mod.ts";
const { getValue } = Literal;

Returns the value embedded in a Literal instance

Parameters

obj: Literal<T>
  • the Literal instance