just-get-query

1.0.0 • Public • Published

just-get-query

get url query.

import getQuery from 'just-get-query';

let url = location.search; // https://just-do.io?hello=hello&world=world

getQuery('just'); // null
getQuery('hello'); // hello
getQuery('world'); // world

Package Sidebar

Install

npm i just-get-query

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • justclear