Function typify

  • Recursively convert any string value of an object that can be converted to a generic type such as boolean, date, etc.

    Type Parameters

    • T extends object

    Parameters

    • target: T

      Object to convert.

    Returns T

Generated using TypeDoc