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