Skip to main

endWith

endWith

Signature - source.ts#L2301

function endWith<T>(...values: T[]): <U>(source: Source<U>) => Source<T | U>