A TypeScript library that efficiently merges three sorted arrays into a single sorted array using a three-way merge algorithm. number[]: A new array containing all elements from the input arrays, ...