Determine if input has a numeric length property.
input
length
isLengthAware('hello'); // trueisLengthAware({}); // false Copy
isLengthAware('hello'); // trueisLengthAware({}); // false
Determine if
inputhas a numericlengthproperty.