@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Function isString

    • Checks if a value is a string.

      Parameters

      • value: unknown

        The value to check.

      Returns value is string

      True if the value is a string.

      isString("hello"); // true
      isString(123); // false