hasPath is limited to strings, [Docs say](https://ramdajs.com/docs/#hasPath) it should be string, int, or symbol. This means that one cannot check the contents of tuples, for example.
hasPath is limited to strings, Docs say it should be string, int, or symbol.
This means that one cannot check the contents of tuples, for example.