Skip to main content
Module

x/tinydb/mod.ts>ObjectUtils

Tiny, Powerful, Beautiful
Go to Latest
class ObjectUtils
import { ObjectUtils } from "https://deno.land/x/tinydb@v1.0.1-hunters/mod.ts";

Static Methods

nestedCheck<T extends Record<string, any>>(
obj: T,
key: keyof T,
value: any,
): boolean