1.0.0 • Published 6 years ago
location-browser v1.0.0
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);
1.0.0
6 years ago