Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utilities/index"

Index

Functions

decodeUri

  • decodeUri(str: string): string
  • wraps decodeURIComponent and returns the original string if it cannot be decoded

    Parameters

    • str: string

    Returns string

formDecode

  • formDecode(str: string): object

formEncode

  • formEncode(obj: object): string

regularToCamelCase

  • regularToCamelCase(reg: string): string

Generated using TypeDoc