core-utils
    Preparing search index...
    • Type guard that checks if a value is a string with at least one character.

      Parameters

      • value: unknown

        The value to check

      Returns value is string

      true if the value is a non-empty string primitive, false otherwise