tsonik
Version:
A TypeScript client library for the Iconik API based on Swagger documentation
10 lines • 352 B
TypeScript
/**
* Utility functions for the Tsonik client
*/
/**
* Cleans parameters by removing undefined and null values
* @param params - The parameters object to clean
* @returns A new object with undefined and null values filtered out
*/
export declare function cleanParams(params?: unknown): Record<string, unknown>;
//# sourceMappingURL=utils.d.ts.map