Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "take-while"

Index

Functions

Functions

takeWhile

  • takeWhile<T>(pred: Predicate<T>, input: Iterable<T>): Generator<any, void, unknown>
  • Type parameters

    • T

    Parameters

    • pred: Predicate<T>
    • input: Iterable<T>

    Returns Generator<any, void, unknown>

Generated using TypeDoc