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