Skip to main content
Module

x/rimbu/deep/literal.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@0.10.0/deep/literal.ts";

Functions

Returns the value embedded in a Literal instance

Returns true if the given obj value is a Literal instance.

Returns true if the given obj is a plain JS object

Returns a Literal value embedding the given value.

Interfaces

Type to represent Literal values for the match and patch functions.

Excludes Iterable types

Type Aliases

A plain object that is not iterable

Type to determine whether a value needs to be a Literal instance or may be a Literal instance.