UNPKG

@lando/platformsh

Version:

A Lando plugin that provides a tight integration with Platform.sh.

27 lines (18 loc) 531 B
[![Build Status](https://travis-ci.org/ydeshayes/to-querystring.svg)](https://travis-ci.org/ydeshayes/to-querystring) # to-querystring function Simple function that convert js object and array to a queryString. ## Installation ``` npm install to-querystring ``` ## Getting started ```javascript 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