Module: types

内部使用类型

Interfaces

Type Aliases

ArrayLike

Ƭ ArrayLike<V>: V | string | NodeList | HTMLCollection | IList

类数组类型

Type parameters

NameType
Vunknown

Collection

Ƭ Collection<V>: V | Record<UnknownMapKey, V> | Set<V> | Map<any, V> | ArrayLike<V> | string

集合类型

Type parameters

NameType
Vunknown

NonFuncItee

Ƭ NonFuncItee: string | Record<any, any> | any

非函数迭代类型


UnknownMapKey

Ƭ UnknownMapKey: string | number | symbol

未知类型的mapKey