path-starts-with
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
starts-with
Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.