1.0.3 • Published 6 months ago

@types/url-params v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for url-params 1.0
// Project: https://github.com/AtenDesignGroup/url-params
// Definitions by: Daniel Sogl <https://github.com/danielsogl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
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: Thu, 29 Jul 2021 13:01:21 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Daniel Sogl.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

3 years ago

1.0.0

6 years ago