1.0.0 • Published 6 years ago

location-browser v1.0.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 years ago

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