Skip to content

webshrine / stdtyp/src / IterateParameters

Type Alias: IterateParameters<Item, Key, ParentObject>

IterateParameters<Item, Key, ParentObject>: [Item, Key, ParentObject]

General parameters of iteration function If Id wasn't provided, returns universal iterate parameters

Type Parameters

Item = any

Key extends PropertyKey = PropertyKey

ParentObject extends Collection = Collection<Item, CollectionKey>

Defined in

packages/stdtyp/src/utilities/other.ts:14