Appearance
Welshman Docs / @welshman/lib / prop
prop<T>(k): (x) => T
T
k
x
Defined in: packages/lib/src/Tools.ts:1465
Returns a function that gets property value from object
string
(x): T
Record<string, unknown>
Record
unknown