Function camelizeObjectKeysPrivate

  • Private

    Returns

    A new object with camel-cased keys

    Parameters

    • obj: {
          [key: string]: any;
      }
      • [key: string]: any

    Returns {
        [key: string]: any;
    }

    • [key: string]: any

Generated using TypeDoc