1.0.5 • Published 4 years ago

@taichi-t/url-generator v1.0.5

Weekly downloads
16
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago