UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

3 lines (2 loc) 94 B
declare const merge: <X, Y = X>(x: Partial<X>, y: Partial<Y>) => X & Y; export default merge;