Skip to main content
Latest
method JsonDB.prototype._objectMatch
import { JsonDB } from "https://deno.land/x/textdb@0.1.2/mod.ts";

assert objects are matched, but returns boolean, not throw exception

Parameters

outer: JsonDBSchema<T>
inner: Partial<T>

Returns

boolean

matched or not