UNPKG

fff-js

Version:
5 lines (4 loc) 100 B
import take from "./take"; export default function takeAll(iter) { return take(Infinity, iter); }