Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "take"

Index

Functions

Functions

take

  • take<T>(n: number, input: Iterable<T>): Generator<T, void, unknown>
  • Type parameters

    • T

    Parameters

    • n: number
    • input: Iterable<T>

    Returns Generator<T, void, unknown>

Generated using TypeDoc