Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/util"

Index

Functions

array_unique

  • array_unique<T>(array: T[]): T[]
  • Type parameters

    • T

    Parameters

    • array: T[]

    Returns T[]

isUndef

  • isUndef(v: any, opts?: any, strict?: boolean): boolean
  • Parameters

    • v: any
    • Default value opts: any = null
    • Optional strict: boolean

    Returns boolean

trim

  • trim(str: string, bool?: boolean): string
  • Parameters

    • str: string
    • Optional bool: boolean

    Returns string

Generated using TypeDoc