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.

3 lines (2 loc) 116 B
import { AnyObject } from "../@types"; export declare const removeUndefinedValues: (obj: AnyObject) => AnyObject;