UNPKG

ts-flex-query

Version:
6 lines (5 loc) 269 B
/** Internal functions are not exported by the funcs constant. */ export declare const internal: { ifUndefined(val: unknown, fallback: unknown): unknown; mergeObjects(obj1: Record<PropertyKey, any>, obj2: Record<PropertyKey, any>): Record<PropertyKey, any>; };