UNPKG

@openapi-qraft/react

Version:

OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.

7 lines 189 B
/** * Merges objects with provided depth * @param depth * @param args */ export declare function shelfMerge<T>(depth?: number, ...args: T[]): T; //# sourceMappingURL=shelfMerge.d.ts.map