UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

10 lines (9 loc) 183 B
import parseURL from "./parseURL"; function parsePath(path) { if (Array.isArray(path)) path = path.join("/"); return parseURL(path).href; } export { parsePath as default };