paramize
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

paramize

paramize is a lightweight JavaScript library for easily handling URL query parameters. It provides functions to parse, build, update, and manipulate URL parameters, making it ideal for web applications with dynamic or complex URLs.

Features

  • Parse query strings into JavaScript objects
  • Build query strings from JavaScript objects
  • Add or update query parameters
  • Remove specific parameters
  • Support for nested or array values
  • Encode and decode special characters
  • Check if a parameter exists
  • Get the value of a specific parameter

Installation

Install via npm:

npm i paramize

Readme

Keywords

none

Package Sidebar

Install

npm i paramize

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

8.25 kB

Total Files

11

Last publish

Collaborators

  • jaigupta