Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UtilImpl

Hierarchy

  • UtilImpl

Implements

Index

Properties

atob

atob: base64ToString = base64ToString

bind

bind: bind = bind

btoa

btoa: stringToBase64 = stringToBase64

clone

clone: clone = clone

cloneDeep

cloneDeep: cloneDeep = cloneDeep

each

each: each = each

eachRight

eachRight: eachRight = eachRight

equals

equals: isEqual = isEqual

escape

escape: escape = escape

getGlobal

getGlobal: getGlobal = getGlobal

hasOwn

hasOwn: hasOwn = hasOwn

isArray

isArray: isArray = isArray

isArrayLike

isArrayLike: isArrayLike = isArrayLike

isBoolean

isBoolean: isBoolean = isBoolean

isEmpty

isEmpty: isEmpty = isEmpty

isEqual

isEqual: isEqual = isEqual

isFunction

isFunction: isFunction = isFunction

isNaN

isNaN: isNaN = isNaN

isNumber

isNumber: isNumber = isNumber

isPlainObject

isPlainObject: (Anonymous function) = isPlainObject

isString

isString: isString = isString

isThenable

isThenable: isThenable = isThenable

merge

merge: function = merge

Type declaration

    • <T>(a: T, ...bs: unknown[]): T
    • Type parameters

      • T

      Parameters

      • a: T
      • Rest ...bs: unknown[]

      Returns T

now

now: now = now

register

register: register = register

size

size: size = size

sortedIndex

sortedIndex: sortedIndex = sortedIndex

Static Private INSTANCE

INSTANCE: UtilImpl | null = null

Methods

Static getInstance

  • getInstance(): Util

Generated using TypeDoc