to-querystring
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    8,562
    • latest
  • 1.1.3
    57
    • beta

Version History

Package Sidebar

Install

npm i to-querystring

Weekly Downloads

13,807

Version

1.2.0

License

ISC

Unpacked Size

10.1 kB

Total Files

8

Last publish

Collaborators

  • ydeshayes