"querystring" | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

escape

  • escape(str: string): string
  • Parameters

    • str: string

    Returns string

parse

  • parse(str: string, sep?: string, eq?: string, options?: ParseOptions): any
  • parse<T>(str: string, sep?: string, eq?: string, options?: ParseOptions): T
  • Parameters

    • str: string
    • Optional sep: string
    • Optional eq: string
    • Optional options: ParseOptions

    Returns any

  • Type parameters

    • T: __type

    Parameters

    • str: string
    • Optional sep: string
    • Optional eq: string
    • Optional options: ParseOptions

    Returns T

stringify

  • stringify<T>(obj: T, sep?: string, eq?: string, options?: StringifyOptions): string
  • Type parameters

    • T

    Parameters

    • obj: T
    • Optional sep: string
    • Optional eq: string
    • Optional options: StringifyOptions

    Returns string

unescape

  • unescape(str: string): string
  • Parameters

    • str: string

    Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc