Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/types.ts>Basic#compareTo

js library written with ts, use select and chan like golang in js.
Latest
method Basic.prototype.compareTo
import { Basic } from "https://deno.land/x/easyts@0.1.3/container/types.ts";

Returns true if the data depth of the two containers is consistent

Parameters

o: Container<T>
optional
callback: CompareCallback<T>

Returns

number