concat.ts 89 Bytes
import {  concatStatic  } from '../operator/concat';

export const concat = concatStatic;