UNPKG
th-gather
Version:
latest (2.2.0)
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
全埋点sdk
github.com/thomas-void0/th-gather
thomas-void0/th-gather
th-gather
/
dist
/
types
/
libs
/
merge.d.ts
3 lines
(2 loc)
•
133 B
TypeScript
View Raw
1
2
3
declare type
Merge
<
T
,
U
,
X
=
Pick
<
U
,
Exclude
<keyof
U
, keyof
T
& keyof
U
>>>
=
Pick
<
T
&
X
, keyof
T
| keyof
X
>; export
default
Merge
;