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

Dependencies (0)

    Dev Dependencies (18)

    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