Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 443 Bytes

Property.md

File metadata and controls

21 lines (11 loc) · 443 Bytes

realueDocs


realue / Property

Type Alias: Property<K, V>

Property<K, V>: { [P in K]: { [Q in P]: V } }[K]

Returns an object type with a single property.

Type Parameters

K extends PropertyKey

V

Defined in

lib/types/Property.ts:4