1.0.2 • Published 3 years ago

@indlekofer/format_url v1.0.2

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

@indlekofer/format_url

npm version

Usage

import formatUrl from '@indlekofer/format_url';

console.log(formatUrl("http://localhost:8080/?test=1", {test2:2, test3:3}, 'test4')); 
// => http://localhost:8080/?test=1&test2=2&test3=3#test4

Parameters

url: string
query: object|string
hash: string optional

Return

string