Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/object

Index

Type aliases

AttributeMapper

AttributeMapper: <V>(result: Record<string, unknown>, value: V) => Record<string, unknown>

Type declaration

    • <V>(result: Record<string, unknown>, value: V): Record<string, unknown>
    • Type parameters

      • V

      Parameters

      • result: Record<string, unknown>
      • value: V

      Returns Record<string, unknown>

ObjectMap

ObjectMap: Record<string, string | AttributeMapper>

PathArray

PathArray: (string | number)[]

The queryable type used for getFrom, setIn and removeFrom

Generated using TypeDoc