1.0.5 • Published 3 years ago

@taichi-t/url-generator v1.0.5

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

@taichi-t/url-generator

Generate urls with params.

Installaion

$ npm i @taichi-t/url-generator

Usage

import urlGenerator from '@taichi-t/url-generator';

urlGenerator('http://www.example.com', { foo: 1, hoo: '2' });
// http://www.example.com/?foo=1&hoo=2

Licensing

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago