@webdeveric/utils
    Preparing search index...

    Function describeInput

    • Describe input with a short, human-readable label based on its type and shape.

      Parameters

      • input: unknown

      Returns string

      describeInput(true); // 'true'
      describeInput('https://example.com'); // 'https URL'
      describeInput(42); // 'Safe Integer'