UNPKG

simple-queries-react

Version:

Simple Queries React: Streamlined requests, powerful results. Transform your API calls into something simple, fast, and scalable with just a few lines of code.

6 lines (5 loc) 192 B
import { AnyObject } from "../@types"; export declare const clearValuesObject: (obj: AnyObject | undefined) => { removeNull: () => undefined; removeUndefined: () => undefined; };