Removes the last segment of the url.
const url = upOneLevel('/first/second');console.log(url); // '/first' Copy
const url = upOneLevel('/first/second');console.log(url); // '/first'
Removes the last segment of the url.
Usage