Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

query-string-pusher

ishanray2MIT1.0.4

An easy way to change query strings in the browser.

querystring, query string, location

readme

Install:

npm install query-string-pusher

Usage:

var QueryString = require('query-string-pusher')

QueryString.push('foo=bar')
// or
QueryString.push({foo: bar})