@taichi-t/url-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

typescript @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

Package Sidebar

Install

npm i @taichi-t/url-generator

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

3.19 kB

Total Files

5

Last publish

Collaborators

  • taichi-t