UNPKG

js-object-utilities

Version:
3 lines (2 loc) 148 B
import { GeneralObjectOrValue } from "./types"; export declare const clearEmpties: <T>(object: GeneralObjectOrValue<T>) => GeneralObjectOrValue<T>;