1.0.14 • Published 4 years ago
@fireflysemantics/join v1.0.14
Join
Install
npm i -S @fireflysemantics/join
npm i -S tslibUsage
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/'))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.