concat.d.ts 101 Bytes
import { concatStatic } from '../operator/concat';
export declare const concat: typeof concatStatic;