UNPKG

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