Add isPathAbsolute()
function and remove inconsistency in naming
#111
Labels
enhancement
New feature or request
All other validators follow the same pattern:
is*()
orhas*()
functionvalidate*()
functionCurrently,
validatePathIsAbsolute()
is the only exception that doesn't have a correspondingis*()
function.Also, this function is inconsistent with the naming convention. The names should be:
isPathAbsolute()
validateIsPathAbsolute()
Maybe this can be rectified by using an alias. That way, this won't be a breaking change.
The text was updated successfully, but these errors were encountered: