UNPKG

@tsdotnet/linq

Version:

A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.

9 lines (6 loc) 162 B
import merge from './merge.js'; function concat(...sequences) { return merge(sequences); } export { concat as default }; //# sourceMappingURL=concat.js.map