UNPKG
@jsenv/href
Version:
latest (1.2.0)
1.2.0
1.0.0
url helpers not relying on URL constructor
github.com/jsenv/jsenv-href
jsenv/jsenv-href
@jsenv/href
/
src
/
pathnameIsInside
/
pathnameIsInside.js
3 lines
(2 loc)
•
104 B
JavaScript
View Raw
1
2
3
export
const
pathnameIsInside
= (
pathname, otherPathname
) => pathname.
startsWith
(
`
${otherPathname}
/`
)