@etherdata-blockchain/url-join
v5.0.3
Published
Downloads
3,323
Readme
ETD URL Join
This package will join url parts together. This package was adapted from package url-join and re-written in Typescript. Few bugs was fixed.
Getting start
First import this package
import urlJoin from "@etherdata-blockchain/url-join";
Then join two parts together
urlJoin("https://abc.com", "abc") // will output https://abc.com/abc