UNPKG
react-hook-form-6
Version:
latest (6.15.5)
6.15.5
Latest version 6 of react-hook-form
www.react-hook-form.com
react-hook-form/react-hook-form
react-hook-form-6
/
dist
/
utils
/
deepMerge.d.ts
2 lines
(1 loc)
•
129 B
TypeScript
View Raw
1
2
export declare
function
deepMerge
<
T
extends Record
<
keyof
T
,
any
>
,
U extends Record
<
keyof U
,
any
>
>
(
target
:
T
,
source
:
U
)
:
T
&
U;