import { Comp } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { anyStringJSONComp } = Comp;
Returns a Comp instance converts values to string with JSON.stringify, and orders the resulting string naturally.
x/rimbu/core/main/exports.ts>Comp.anyStringJSONComp
import { Comp } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { anyStringJSONComp } = Comp;
Returns a Comp instance converts values to string with JSON.stringify, and orders the resulting string naturally.