Type alias ObjectEntry<T>

ObjectEntry<T>: [string, T, any]

A tuple representing the key, value and parent object (in that order) of an entry/key-value pair in an object.

Type Parameters

  • T = any