UNPKG

ibm-cloud-sdk-core

Version:

Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.

56 lines (27 loc) 771 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) &gt; [toLowerKeys](./ibm-cloud-sdk-core.tolowerkeys.md) ## toLowerKeys() function This function converts an object's keys to lower case. note: does not convert nested keys **Signature:** ```typescript export declare function toLowerKeys(obj: Object): Object; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> obj </td><td> Object </td><td> The object to convert the keys of. </td></tr> </tbody></table> **Returns:** Object the object with keys folded to lowercase