Skip to content

frontend


frontend / common/restUtils / camelize

Function: camelize()

camelize(obj): Record\<string, unknown>

Defined in: common/restUtils.ts:15

Converts the keys of an object to camelCase

Parameters

obj

Record\<string, unknown>

Returns

Record\<string, unknown>

object with camelCase keys