# @fireflysemantics/join

> [![Build Status](https://travis-ci.org/fireflysemantics/join.svg?branch=master)](https://travis-ci.org/fireflysemantics/join)

Latest version **1.0.14** (published 2021-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fireflysemantics/join
pnpm add @fireflysemantics/join
yarn add @fireflysemantics/join
bun add @fireflysemantics/join
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.14 |
| Published | 2021-06-03 |
| First published | 2020-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 33.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ole Ersoy |
| Maintainers | ole.ersoy |

## Links

- npm: https://www.npmjs.com/package/@fireflysemantics/join
- Repository: https://github.com/fireflysemantics/join
- Homepage: https://github.com/fireflysemantics/join#readme
- Issues: https://github.com/fireflysemantics/join/issues
- npm.io page: https://npm.io/package/@fireflysemantics/join

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.1.0

## Recent versions

- 1.0.14 (latest) — 2021-06-03
- 1.0.3 — 2020-03-19
- 1.0.2 — 2020-03-19
- 1.0.1 — 2020-03-19
- 1.0.0 — 2020-03-19

## README

[![Build Status](https://travis-ci.org/fireflysemantics/join.svg?branch=master)](https://travis-ci.org/fireflysemantics/join)


# Join

## Install

```
npm i -S @fireflysemantics/join
npm i -S tslib
```

## Usage

```
import { join } from '@fireflysemantics/join'
console.log(join('http://www.example.com/', '/pity/the/foo/'))
console.log(join('http://www.example.com/','', '/pity/the/foo/'))

```

[Stackblitz Demo](https://stackblitz.com/edit/fireflysemantics-join?file=index.ts)
## Build

Run `npm run b` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `npm run b`, run `npm run p` to publish.

## Running unit tests

Run `npm t` to execute the unit tests via [Jest](https://jestjs.io/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

---
_Source: https://npm.io/package/@fireflysemantics/join · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
