Skip to content

Simple function that convert js object and array to a queryString

License

Notifications You must be signed in to change notification settings

ydeshayes/to-querystring

Repository files navigation

Build Status

to-querystring function

Simple function that convert js object and array to a queryString.

Installation

  npm install to-querystring

Getting started

import toQueryString from 'to-querystring';

const queryString = toQueryString({
  test: 'test1'
});
// queryString = 'test=test1'

Development

  • npm run build - produces production version
  • npm test - run the tests

About

Simple function that convert js object and array to a queryString

Resources

License

Stars

Watchers

Forks

Packages

No packages published