Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "concat"

Index

Functions

Functions

concat

  • concat<T>(...inputs: (Iterable<T> | undefined | null)[]): Generator<any, void, undefined>
  • Type parameters

    • T

    Parameters

    • Rest ...inputs: (Iterable<T> | undefined | null)[]

    Returns Generator<any, void, undefined>

Generated using TypeDoc