• Checks whether or not v is a string.

    Parameters

    • v: unknown

      The value to verify.

    Returns v is string

    A special Typescript value (which compiles down to a boolean) stating whether v is a string.

Generated using TypeDoc