@uploadcare/upload-client
    Preparing search index...

    Function camelizeString

    • Rewrite a separated string as camelCase: non_field_errors becomes nonFieldErrors.

      The return type follows the value, so a literal in gives the camelCase literal out and constants can be derived from the spelling they came from instead of being written twice.

      Type Parameters

      • S extends string

      Parameters

      • text: S

      Returns Uncapitalize<JoinSegments<S>>