Function typifyItem

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

    Type Parameters

    • T

    Parameters

    • items: T[]

      Array to convert.

    Returns T[]

Generated using TypeDoc