js-proper-url-join icon indicating copy to clipboard operation
js-proper-url-join copied to clipboard

Like path.join but for a URL

Results 1 js-proper-url-join issues
Sort by recently updated
recently updated
newest added

I am trying to join path for the router (which is using path-to-regexp). ``` const path = properUrlJoin('some-path', '/:id?/:subnav?/:step?', { trailingSlash: true, queryOptions: { encode: false, }, }) ``` expected...