TypedPropertyDescriptorMap<T>: {
    [P in keyof T]: TypedPropertyDescriptor<T[P]>
}

Typed variant of PropertyDescriptorMap.

Type Parameters

  • T