5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
import { concat } from './concat';
|
|
export function concatWith(...otherSources) {
|
|
return concat(...otherSources);
|
|
}
|
|
//# sourceMappingURL=concatWith.js.map |