Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Utility

Index

Constructors

constructor

Methods

Static convertFormToObject

  • convertFormToObject(form: HTMLFormElement): {}

Static getParameterFromUrl

  • getParameterFromUrl(url: string, parameter: string): string

Static intExplode

  • intExplode(delimiter: string, string: string, excludeZeroValues?: boolean): number[]

Static isNumber

  • isNumber(value: number): boolean

Static mergeDeep

  • mergeDeep(...objects: object[]): object

Static trimExplode

  • trimExplode(delimiter: string, string: string): string[]

Static trimItems

  • trimItems(items: any[]): any[]

Static updateQueryStringParameter

  • updateQueryStringParameter(url: string, key: string, value: string): string

Generated using TypeDoc