Function pascal

  • Convert to pascal case.

    Convert every property names of nested objects to follow the pascal case convention.

    For reference, this typia.notations.pascal() function does not validate the input value type. It just believes that the input value is following the type T. Therefore, if you can't ensure the input value type, it would be better to call one of them below:

    Type Parameters

    • T

      Type of the input value

    Parameters

    • input: T

      Target object

    Returns PascalCase<T>

    Pascal case object

    Jeongho Nam - https://github.com/samchon