1.0.14 • Published 3 years ago

@fireflysemantics/join v1.0.14

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

Build Status

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

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

1.0.14

3 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago