kixxauth/filepath

newPath() constructor should accept a path object

Closed this issue · 1 comments

Currently (0.1.0) the newPath() constructor only accepts string arguments. It would be good if it took multiple path objects as well.

This could be implemented by simply calling .toString() on any non-string argument.