Function stringIsString

  • Tests whether the given data parameter is a string.

    Type Parameters

    • T

    Parameters

    • data: string | T

      The data to test.

    Returns data is string

    true if the given data is a string, false otherwise.

Generated using TypeDoc