External module "src/util"
Functions
array_unique
- array_unique<T>(array: T[]): T[]
-
Type parameters
Parameters
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