File

projects/aoc-client/aoc-common/aoc-common-misc.ts

Index

Methods

Methods

Static deepClone
deepClone(o: T)
Type parameters :
  • T
Parameters :
Name Type Optional
o T No
Returns : T
Static deepMerge
deepMerge(target: Record, ...sources: Record[])
Parameters :
Name Type Optional
target Record<string | > No
sources Record<string, >[] No
Returns : Record<string, >
Static genericEquals
genericEquals(obj1: any, obj2: any)

Generic equals by value (won't work on Map, Set...). Works on basic (value-)types, plain objects, Dates, regexps, functions, and arrays.

Parameters :
Name Type Optional
obj1 any No
obj2 any No
Returns : boolean
Static isFunction
isFunction(o: any)
Parameters :
Name Type Optional
o any No
Returns : Function
Static isNumeric
isNumeric(str: string)
Parameters :
Name Type Optional
str string No
Returns : boolean
Static isPlainObject
isPlainObject(value: any)
Parameters :
Name Type Optional
value any No
Returns : literal type
Static resolveValue
resolveValue(target: any, path: string | string[])

Resolve value object by a path string, or executing a function passed as argument. If it cannot be resolved, returns null/undefined

Parameters :
Name Type Optional Description
target any No

The object

path string | string[] No

A string 'a.b.c' or an array of strings ['a', 'b', 'c'] to be resolved

Returns : any

results matching ""

    No results matching ""