File size: 157 Bytes
bc20498
 
 
 
 
1
2
3
4
5
import { concat } from './concat';
export function concatWith(...otherSources) {
    return concat(...otherSources);
}
//# sourceMappingURL=concatWith.js.map