0.7.5 • Published 6 months ago

@types/http-build-query v0.7.5

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

Installation

npm install --save @types/http-build-query

Summary

This package contains type definitions for http-build-query (https://github.com/vladzadvorny/http-build-query).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-build-query.

index.d.ts

// Type definitions for http-build-query 0.7
// Project: https://github.com/vladzadvorny/http-build-query
// Definitions by: Alex Ungureanu <https://github.com/alexu740>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function httpBuildQuery(
    queryData: { [param: string]: string | number | null },
    numericPrefix?: string,
    argSeparator?: string,
    tempKey?: string,
): string;

export = httpBuildQuery;

Additional Details

  • Last updated: Thu, 30 Sep 2021 22:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Alex Ungureanu.

0.7.5

6 months ago

0.7.4

7 months ago

0.7.3

3 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago