Stephen Florian
Results
2
issues of
Stephen Florian
Currently any falsy value of a default option will resolve to an empty string. This fixes this behavior.
Currently you are unable to return `undefined` as a default which prevents the ability to use default parameters in the prompt function if the user declines to input anything. As...