ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
56 lines (27 loc) • 771 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) > [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