Assert that input is a non-empty string.
input
assertIsStringWithLength('hello'); // does not throwassertIsStringWithLength(''); // throws TypeError: input is not a string with length Copy
assertIsStringWithLength('hello'); // does not throwassertIsStringWithLength(''); // throws TypeError: input is not a string with length
Assert that
inputis a non-empty string.