Background
I am trying to use ramda and I need a pure function that lets me know if a given input is a string or not, much like lodash _.isString
.
Question
After searching everywhere I couldn't find anything in Ramda for this. So I wonder, is there a way, using any of Ramda's existing functions, that I can create a isString
function?
I find this horribly limiting and is it is not possible i might just use lodash in the end :S