Describe input with a short, human-readable label based on its type and shape.
input
describeInput(true); // 'true'describeInput('https://example.com'); // 'https URL'describeInput(42); // 'Safe Integer' Copy
describeInput(true); // 'true'describeInput('https://example.com'); // 'https URL'describeInput(42); // 'Safe Integer'
Describe
inputwith a short, human-readable label based on its type and shape.