- Preparing search index...
- The search index is not available
itr8
- skipWhile<TIn>(whileFn: ((v: TIn) => boolean | Promise<boolean>)): TTransIteratorSyncOrAsync<TIn, TIn>
-
Parameters
-
whileFn: ((v: TIn) => boolean | Promise<boolean>)
-
- (v: TIn): boolean | Promise<boolean>
-
Returns boolean | Promise<boolean>
Skip the first elements as long as the filter function returns true, and return all the others unchanged.
Example