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

x/rimbu/common/comp.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.1/common/comp.ts";
const { anyStringJSONComp } = Comp;

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