Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transforms/take"

Index

Functions

Functions

take

  • Returns a Transform that emits the first n items from the original observable.

    Type parameters

    • T

      Type of items emitted by the observable.

    Parameters

    • n: number

      Maximum number of items to emit.

    Returns Transform<T>

    Transform that emits some items from the original observable.

Generated using TypeDoc