2.6.0 • Published 4 years ago

@dayql/search-params v2.6.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Search Params

Easily Set and Get URL search parameters with 0 dependencies.

Install

npm install @dayql/search-params

Documentation

Getting Started

The first thing we need to do is create a new instance. We can do that by:

import { SearchParams } from '@dayql/search-params';

const params = new SearchParams();

While you can recreate and sync your instance, it's recommended to keep track of the same params object for easier usage.

2.6.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago