Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/core/main/exports.ts>ToJSON

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
interface ToJSON
Re-export
import { type ToJSON } from "https://deno.land/x/rimbu@1.2.1/core/main/exports.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