Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "take-last"

Index

Functions

Functions

takeLast

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

    • T

    Parameters

    • n: number
    • input: Iterable<T>

    Returns Generator<T, void, undefined>

Generated using TypeDoc