@vsokolov/utils - v0.32.0
    Preparing search index...

    Function isString

    • Check if a value is a string

      Parameters

      • val: unknown

        The value to check

      Returns val is string

      True if the value is a string

      isString('hello'); // true