UNPKG

@wxn0brp/db

Version:

A simple file-based database management system with support for CRUD operations, custom queries, and graph structures.

6 lines (5 loc) 203 B
import { Arg } from "../types/arg.js"; /** * Checks if an object meets the criteria specified in the fields with operators. */ export default function hasFieldsAdvanced(obj: Object, fields: Arg): any;