Skip to main content
Module

x/rimbu/mod.ts>ToJSON

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ToJSON
Re-export
import { type ToJSON } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

Utility type to convert some object to a JSON serializable format.

Type Parameters

V
optional
D extends string = string

Properties

readonly
dataType: D
readonly
value: V