UNPKG
val-path-helper
Version:
latest (0.0.1)
0.0.1
val path helper
val-path-helper
/
dist
/
convertImmutabilityByPath.d.ts
2 lines
(1 loc)
•
116 B
TypeScript
View Raw
1
2
export
declare
const
convertImmutabilityByPath
:
(
path
:
string
,
value
:
Record
<
string
,
any
>
) =>
Record
<
string
,
any
>;