1.0.5 • Published 5 years ago

@taichi-t/url-generator v1.0.5

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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago