kaven-basic - v6.0.0
    Preparing search index...

    Function IsString

    • Determines whether the provided value is a string.

      This function checks if the given value is either a primitive string or an instance of the String object.

      Parameters

      • val: unknown

        The value to check.

      Returns val is string

      true if the value is a string or a String object, otherwise false.

      4.0.0

      2021-12-11