Skip to main content
Module

x/rimbu/mod.ts>Comp.anyStringJSONComp

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

Returns a Comp instance converts values to string with JSON.stringify, and orders the resulting string naturally.