Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumerations

Interfaces

Type aliases

Type aliases

List

List<V, K, T>: T

Type parameters

  • V = any

  • K = any

  • T = V[] | Set<V> | Map<K, V> | PlainObject<V>

ListPath

ListPath: string | number | TListPathArray

ReadList

ReadList<V, K, T>: T

Type parameters

  • V = any

  • K = any

  • T = List<V, K> | Iterable<V>

TListPathArray

TListPathArray: (string | number | TListPathArray)[]

Generated using TypeDoc