1.0.3 • Published 2 years ago

@types/url-params v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

7 years ago