@dayql/search-params
TypeScript icon, indicating that this package has built-in type declarations

2.6.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @dayql/search-params

Weekly Downloads

14

Version

2.6.0

License

ISC

Unpacked Size

30.4 kB

Total Files

16

Last publish

Collaborators

  • elijah.penney