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
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
npm i just-get-query
0
1.0.0
MIT