UNPKG

87 BTypeScriptView Raw
1declare function merge<TA, TB, TResult>(a: TA, b: TB): TResult;
2
3export default merge;