Options
All
  • Public
  • Public/Protected
  • All
Menu

queryencoder - v1.1.2

Index

Interfaces

Type aliases

Functions

Type aliases

Options

Options: Partial<InternalOptions>

QueryValue

QueryValue: string | number | boolean | Date | null | undefined

The value that a query param can have

Functions

encode

  • The function that encodes the given object with the params into an url query string.

    Parameters

    • queryParams: QueryParms

      The query params object to encode.

    • Optional options: Options

      The Options passed to the function.

    Returns string

    The obtained url query string.

Generated using TypeDoc