location-browser
v1.0.0
Published
functions for working with browser location
Readme
Location
The set of functions for working with browser location
How to install
npm install location###Usage
import location from '/node_modules/location/main.js' getSearch()
Return search part of location as object
const search = location.getSearch();
console.log(search);