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

Package detail

publish-url-params

wwwx9MIT1.2.1

Get url params

url, params, urlparams

readme

url-params

Get url params

travis build issues version

Usage

click on the jsdelivr badge above to get the lastest version link.

var url = "http://wwww.example.com?foo=123&bar"
var params = urlparams(url)
// { foo: '123', bar: true }

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2021-04-27)

Bug Fixes

  • demo: replace parameters into foo and bar (2cbe4d7)

1.2.0 (2021-04-27)

Features