UNPKG
uinix-fp-props
Version:
latest (1.1.2)
1.1.2
1.0.2
1.0.1
1.0.0
uinix fp object props utility
github.com/uinix-js/uinix-fp/tree/main
uinix-js/uinix-fp
uinix-fp-props
/
index.d.ts
4 lines
(3 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
export
function
props<V>(
path
:
string
,
options
?: {
isStrict
?:
boolean
|
undefined
; } |
undefined
): <X
extends
Record
<
string
,
any
>>
(
x
: X
) =>
V;