npm.io
0.3.0 • Published 6 years ago

object-to-query-params

Licence
MIT
Version
0.3.0
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
2

object-to-query-params

A simple library for converting an object to query params.

Usage

import objectToQueryParams from 'object-to-query-params';

const object = {
  name: 'testname',
  password: 'qwerty',
};

objectToQueryParams(object); // name=testname&password=qwerty

License

MIT

Keywords