Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 725 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 725 Bytes

light-join

Join urls or paths into single path.

NPM Minzipped Bundle Size

Install

with npm

npm i -s light-join

with yarn

yarn add light-join

Usage

JavaScript

import lightJoin from 'light-join';

lightJoin('/your-base/url/', 'some/path', '/some-other/path');

License

MIT © hakobpogh