ixfx
    Preparing search index...

    Function dropWhile

    • Type Parameters

      • V

      Parameters

      • it: AsyncIterable<V>
      • f: (v: V) => boolean

      Returns AsyncGenerator<Awaited<V>, void, unknown>