Codibre/fluent-iterable

View on GitHub
src/sync/partition.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { resolver } from 'augmentative-iterable';
import { partitionRecipe } from '../recipes/partition-recipe';

export const partition = partitionRecipe(Symbol.iterator, resolver);