Constructors

Methods

Constructors

Methods

  • It takes an object and a naming convention and returns a new object with the same properties but with the naming convention applied

    Type Parameters

    • T = any

    Parameters

    • data: any

      The data object that you want to convert.

    • name: NamingConvention

      NamingConvention

    Returns T

    The return value is the result of the nested function.

  • It takes an convention model and converts all properties

    Type Parameters

    • T = any

    Parameters

    • data: any

      The data to be converted.

    Returns T

Generated using TypeDoc