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

1.0.3 • Public • Published

Installation

npm install --save @types/url-params

Summary

This package contains type definitions for url-params (https://github.com/AtenDesignGroup/url-params).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-params.

index.d.ts

export function add(oldUrl: string, param: string, value?: any): string;

export function createUrlObject(oldUrl: string): any;

export function remove(oldUrl: string, param: string, value?: any): string;

export function set(oldUrl: string, param: string, value?: any): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Daniel Sogl.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/url-params

Weekly Downloads

28

Version

1.0.3

License

MIT

Unpacked Size

3.11 kB

Total Files

5

Last publish

Collaborators

  • types